AmmoBox

From cluster wiki
Revision as of 13:48, 26 March 2022 by Eric (talk | contribs) (Eric moved page KosherAmmoBox to AmmoBox: Renamed function)
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