-
Notifications
You must be signed in to change notification settings - Fork 42
WIP: Add initial port of the cse ied modules #3
base: master
Are you sure you want to change the base?
Conversation
How far done is this? |
_mine setDir ((getDir _iedCreated) + 90); | ||
_mine setPos _iedCreated; | ||
_iedCreated setvariable [QGVAR(pressurePlate), _mine]; | ||
hideObjectGlobal _mine; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This only works on the server
https://community.bistudio.com/wiki/hideObjectGlobal
But it can be called by a zeus dedicated client via the module.
Should camel case all the SQF commands. |
class GVAR(moduleCreateIedZeus): ace_zeus_moduleBase { | ||
curatorCanAttach = 1; | ||
displayName = CSTRING(Module); | ||
function = QFUNC(moduleZeus); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
^ See above. I don't know on what machine this will be executed. Every machine? The Server? The Zeus-Client?
Whoopsie |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Adds an initial port of the old CSE chain ied modules.