AmmoBox

From cluster wiki
Revision as of 19:17, 15 June 2021 by Eric (talk | contribs)
Jump to navigation Jump to search
Description
Description:

This function creates a "Rearm Arsenal" at which players can restock on ammunition, grenades, and misc items. It will allow players to save loadouts as well but won't allow loading or creating new ones.

Execution:

call

Groups:

Kosher Arsenal: Eric's Mission Framework

Syntax
Syntax:

[obj] call EMF_fnc_kosherAmmoBox

Parameters:

obj: Object - Object to apply the arsenal to.

Return Value:

Boolean - Returns true on success.

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


Notes