Difference between revisions of "cmf kosherArsenal fnc forceClose"

From cluster wiki
Jump to navigation Jump to search
 
Line 20: Line 20:


|x1= {{code|lang=scilab|[myUnit] call cmf_kosherArsenal_fnc_forceClose;}}
|x1= {{code|lang=scilab|[myUnit] call cmf_kosherArsenal_fnc_forceClose;}}
|seealso= [[cmf_kosherArsenal_fnc_ammobox]] [[cmf_kosherArsenal_fnc_forceArsenal]]
[[cmf_kosherArsenal_fnc_init]] [[cmf_kosherArsenal_fnc_kosherAI]]


|var1= {{!}} GLOBAL {{!}}{{!}} Unit {{!}}{{!}} cmf_kosherArsenal_close {{!}}{{!}} When true will close the currently open kosherArsenal arsenal for unit.
|var1= {{!}} GLOBAL {{!}}{{!}} Unit {{!}}{{!}} cmf_kosherArsenal_close {{!}}{{!}} When true will close the currently open kosherArsenal arsenal for unit.
}}
}}

Latest revision as of 21:48, 17 December 2022


Hover & click on the images for description
Description
Description:
This function will forcibly close a unit's kosherArsenal arsenal
Execution:
Call
Groups:
CMF3: kosherArsenal
Syntax
Syntax:
[unit] call cmf_kosherArsenal_fnc_forceClose
Parameters:
unit: Object - The unit to forcibly close the arsenal for
Return Value:
None
Examples
Example 1:
[myUnit] call cmf_kosherArsenal_fnc_forceClose;
Additional Information
See also:
cmf_kosherArsenal_fnc_ammobox cmf_kosherArsenal_fnc_forceArsenal cmf_kosherArsenal_fnc_init cmf_kosherArsenal_fnc_kosherAI
Internal Variables
Locality Namespace Name Description
GLOBAL Unit cmf_kosherArsenal_close When true will close the currently open kosherArsenal arsenal for unit.
Events
No events
Notes