Difference between revisions of "ForceClose"

From cluster wiki
Jump to navigation Jump to search
(Created page with "<div style="padding:0.33em 2em;font-size:1.2em;font-weight:bold;display:block; border-bottom: #25A1A1 solid 1px; background-color:#E0FFFF;color:#25A1A1">Description</div> <dl...")
 
 
(One intermediate revision by the same user not shown)
Line 6: Line 6:
<dt style="clear:both;font-weight:bold;position:absolute;padding:.3em;">Description:</dt>
<dt style="clear:both;font-weight:bold;position:absolute;padding:.3em;">Description:</dt>
<dd style="width:90%;padding:.3em .3em .3em 7em;"><div style="display:block;">
<dd style="width:90%;padding:.3em .3em .3em 7em;"><div style="display:block;">
This function force closes kosher arsenal for unit.
Force closes kosher arsenal for given unit.
</div></dd>
</div></dd>


Line 62: Line 62:
<dt style="clear:both;font-weight:bold;position:absolute;padding:.3em;">See also:</dt>
<dt style="clear:both;font-weight:bold;position:absolute;padding:.3em;">See also:</dt>
<dd style="width:90%;padding:.3em .3em .3em 7em;column-count:4;">
<dd style="width:90%;padding:.3em .3em .3em 7em;column-count:4;">
<div style="display: block;">[[KosherAmmoBox]]</div>
<div style="display: block;">[[AiArsenal]]</div>
<div style="display: block;">[[KosherArsenalLoad]]</div>
<div style="display: block;">[[AiInit]]</div>
<div style="display: block;">[[KosherArsenalForce]]</div>
<div style="display: block;">[[AmmoBox]]</div>
<div style="display: block;">[[ForceArsenal]]</div>
<div style="display: block;">[[Init (Kosher Arsenal)]]</div>
</dd>
</dd>



Latest revision as of 14:08, 26 March 2022

Description
Description:

Force closes kosher arsenal for given unit.

Execution:

call

Groups:

Kosher Arsenal: Eric's Mission Framework

Syntax
Syntax:

[unit] call emf_kosherArsenal_fnc_forceClose

Parameters:

unit: Object - Unit to force close kosher arsenal on.

Return Value:

None

Examples
Example 1:
[["myLoadout"], false, true] call emf_kosherArsenal_fnc_forceClose;
Additional Information
See also:


Notes