Difference between revisions of "cmf kosherArsenal fnc forceClose"

From cluster wiki
Jump to navigation Jump to search
(Created page with "{{CMF Function |game1=arma3 |version1=0.50 |game2=cmf3 |version2=2.1.0 |game3=ace3 |version3=3.12.0 |descr=This function will forcibly close a unit's kosherArsenal arsenal...")
 
 
(One intermediate revision by the same user not shown)
Line 6: Line 6:
|game2=cmf3
|game2=cmf3
|version2=2.1.0
|version2=2.1.0
|game3=ace3
|version3=3.12.0


|descr=This function will forcibly close a unit's kosherArsenal arsenal
|descr=This function will forcibly close a unit's kosherArsenal arsenal
Line 23: 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