Difference between revisions of "ForceArsenal"
Jump to navigation
Jump to search
(2 intermediate revisions by the same user not shown) | |||
Line 28: | Line 28: | ||
<dt style="clear:both;font-weight:bold;position:absolute;padding:.3em;">Syntax:</dt> | <dt style="clear:both;font-weight:bold;position:absolute;padding:.3em;">Syntax:</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;"> | ||
[unit] call ''' | [unit] call '''emf_kosherArsenal_fnc_forceArsenal''' | ||
</div></dd> | </div></dd> | ||
Line 50: | Line 50: | ||
<dt style="clear:both;font-weight:bold;position:absolute;padding:.3em;">Example 1:</dt> | <dt style="clear:both;font-weight:bold;position:absolute;padding:.3em;">Example 1:</dt> | ||
<dd style="width:90%;padding:.3em .3em .3em 7em;"><code style="border:#25A1A1 dashed 1px;display:block;"> | <dd style="width:90%;padding:.3em .3em .3em 7em;"><code style="border:#25A1A1 dashed 1px;display:block;"> | ||
[this] call ''' | [this] call '''emf_kosherArsenal_fnc_forceArsenal'''; | ||
</code></dd> | </code></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;">[[ | <div style="display: block;">[[AiArsenal]]</div> | ||
<div style="display: block;">[[ | <div style="display: block;">[[AiInit]]</div> | ||
<div style="display: block;">[[ | <div style="display: block;">[[AmmoBox]]</div> | ||
<div style="display: block;">[[ForceClose]]</div> | |||
<div style="display: block;">[[Init (Kosher Arsenal)]]</div> | |||
</dd> | </dd> | ||
Latest revision as of 14:08, 26 March 2022
Description
- Description:
This function forces the player into a arsenal similar to the initial spawn arsenal created with KosherArsenal
- Execution:
call
- Groups:
Kosher Arsenal: Eric's Mission Framework
Syntax
- Syntax:
[unit] call emf_kosherArsenal_fnc_forceArsenal
- Parameters:
unit: Object - Unit to apply the arsenal to.
- Return Value:
Boolean - Returns true on success.
Examples
- Example 1:
[this] call emf_kosherArsenal_fnc_forceArsenal;
Additional Information
- See also:
Notes