BIS fnc deleteInventory: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "= <code>([^<{]+)<\/code>" to "= <sqf>$1</sqf>") |
Lou Montana (talk | contribs) m (Text replacement - "(\|[pr][0-9]+ *= *[^- ]*) *- *U([a-z ])" to "$1 - u$2") |
||
Line 10: | Line 10: | ||
|s1= [unit,input] call [[BIS_fnc_deleteInventory]] | |s1= [unit,input] call [[BIS_fnc_deleteInventory]] | ||
|p1= unit: [[Object]] - | |p1= unit: [[Object]] - unit whose inventory should be saved | ||
|p2= input: [[Array]] in format: | |p2= input: [[Array]] in format: | ||
*1: [[Namespace]], [[Group]] or [[Object]] - Target where the loadout is stored | *1: [[Namespace]], [[Group]] or [[Object]] - Target where the loadout is stored |
Revision as of 15:52, 8 November 2023
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:
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