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...")
 
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

Revision as of 15:44, 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:
See also needed
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