Difference between revisions of "AmmoBox"

From cluster wiki
Jump to navigation Jump to search
m (Eric moved page KosherAmmoBox to AmmoBox: Renamed function)
(No difference)

Revision as of 13:48, 26 March 2022

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