Difference between revisions of "AiInit"

From cluster wiki
Jump to navigation Jump to search
 
Line 63: Line 63:
<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;">[[AiArsenal]]</div>
<div style="display: block;">[[AiArsenal]]</div>
<div style="display: block;">[[AiInit]]</div>
<div style="display: block;">[[AmmoBox]]</div>
<div style="display: block;">[[AmmoBox]]</div>
<div style="display: block;">[[ForceArsenal]]</div>
<div style="display: block;">[[ForceArsenal]]</div>

Latest revision as of 14:08, 26 March 2022

Description
Description:

Initializes some functions for aiArsenal. (This function is called automatically on mission start. This can be changed in XEH_PREP for kosherArsenal)

Execution:

call

Groups:

Kosher Arsenal: Eric's Mission Framework

Syntax
Syntax:

[] call emf_kosherArsenal_fnc_aiInit

Parameters:

None

Return Value:

None

Examples
Example 1:
[] call emf_kosherArsenal_fnc_aiInit;
Additional Information
See also:


Notes