BIS fnc deleteInventory: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "\[\[Category\:Function Group\: Inventory(\|\{\{[a-zA-Z0-9_:]+\}\})?\]\]" to "") |
Lou Montana (talk | contribs) m (Text replacement - "_{10,} " to "") |
||
Line 1: | Line 1: | ||
{{Function|Comments= | {{Function|Comments= | ||
| arma3 |Game name= | | arma3 |Game name= | ||
Line 7: | Line 6: | ||
|gr1 = Inventory |GROUP1= | |gr1 = Inventory |GROUP1= | ||
| Delete loadout saved using [[BIS_fnc_saveInventory]]. |DESCRIPTION= | | Delete loadout saved using [[BIS_fnc_saveInventory]]. |DESCRIPTION= | ||
| [unit,input] call [[BIS_fnc_deleteInventory]] |SYNTAX= | | [unit,input] call [[BIS_fnc_deleteInventory]] |SYNTAX= | ||
|p1= unit: [[Object]] - Unit whose inventory should be saved|PARAMETER1= | |p1= unit: [[Object]] - Unit whose inventory should be saved|PARAMETER1= | ||
Line 19: | Line 15: | ||
*1: [[Namespace]], [[Group]] or [[Object]] - Target where the loadout is stored | *1: [[Namespace]], [[Group]] or [[Object]] - Target where the loadout is stored | ||
*2: [[String]] - Loadout name|PARAMETER2= | *2: [[String]] - Loadout name|PARAMETER2= | ||
| [[Boolean]] |RETURNVALUE= | | [[Boolean]] |RETURNVALUE= | ||
|x1= <code>[ [[player]], [<nowiki/>[[missionNamespace]], "BIS_inv"] ] [[call]] [[BIS_fnc_deleteInventory]];</code> |= | |x1= <code>[ [[player]], [<nowiki/>[[missionNamespace]], "BIS_inv"] ] [[call]] [[BIS_fnc_deleteInventory]];</code> |= | ||
| [[BIS_fnc_loadInventory]], [[BIS_fnc_exportInventory]], [[BIS_fnc_saveInventory]], [[getUnitLoadout]] |SEEALSO= | | [[BIS_fnc_loadInventory]], [[BIS_fnc_exportInventory]], [[BIS_fnc_saveInventory]], [[getUnitLoadout]] |SEEALSO= |
Revision as of 23:10, 16 January 2021
Description
- Description:
- Delete loadout saved using BIS_fnc_saveInventory.
- Execution:
- call
- Groups:
- Inventory
Syntax
- Syntax:
- [unit,input] call BIS_fnc_deleteInventory
- Parameters:
- unit: Object - Unit whose inventory should be saved
- input: Array in format:
- Return Value:
- Boolean
Examples
- Example 1:
[ player, [missionNamespace, "BIS_inv"] ] call BIS_fnc_deleteInventory;
Additional Information
Notes
-
Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note