BIS_fnc_saveInventory
Revision as of 22:22, 30 August 2019 by Lou Montana (talk | contribs) (Text replacement - "|= Comments" to "|Comments=")
Hover & click on the images for descriptions
Description
- Description:
- Save unit's loadout.
Syntax
- Syntax:
- [unit,input,params,delete] call BIS_fnc_saveInventory
- Parameters:
- unit: Object - Unit whose inventory should be saved
- input: Array in format:
- params: Array - (Optional, default [ ]) Custom parameters stored with the loadout
- delete: Boolean - (Optional, default false) Whether or not to delete the loadout
- Return Value:
- Array - Saved value
Examples
- Example 1:
-
[ player, [ missionNamespace, "BIS_inv"], [], true ] call BIS_fnc_saveInventory;
Additional Information
- Execution:
- call
- See also:
- BIS_fnc_loadInventoryBIS_fnc_exportInventoryBIS_fnc_deleteInventorygetUnitLoadout
- Groups:
- Uncategorised