Jump to content
Devastator_cm

Find Zeus controlled unit

Recommended Posts

 Hi Guys,

which command reveals the units which are remote controlled by a zeus? Is there such command? :)

Thanks in advance

Share this post


Link to post
Share on other sites
//First Zues
_curatorModule = allCurators select 0;
//Unit who is Zeus
_curatorUnit = getAssignedCuratorUnit _curatorModule;
//Zues editable Units
_curatorObjects = curatorEditableObjects _curatorModule select { typeOf _x isKindOf "CAManBase" };
//Zues remoteControlled Unit [ unit ] OR []
_curatorControlledUnit = _curatorObjects select { _x getVariable "bis_fnc_moduleremotecontrol_owner" isEqualTo _curatorUnit };

 

  • Like 1
  • Thanks 1

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×