BIS fnc deleteInventory: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " \| *(\[[a-zA-Z,. ]*\] call ('''|\[\[)?BI(N|S)_fnc_[a-zA-Z]+('''|\]\])?) * \|p1=" to " |s1=$1 |p1=") |
Lou Montana (talk | contribs) m (Some wiki formatting) |
||
(13 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{RV|type=function | {{RV|type=function | ||
| arma3 | |game1= arma3 | ||
|version1= 1.00 | |||
| | |gr1= Inventory | ||
| | |descr= Delete loadout saved using [[BIS_fnc_saveInventory]]. | ||
|s1= [unit, [target, loadout]] call [[BIS_fnc_deleteInventory]] | |||
| | |p1= unit: [[Object]] - unit whose inventory should be saved | ||
| | |p2= target: [[Namespace]], [[Group]] or [[Object]] - target where the loadout is stored | ||
| | |p3= loadout: [[String]] - loadout name | ||
|r1= [[Boolean]] | |r1= [[Boolean]] | ||
|x1= < | |x1= <sqf>[player, [missionNamespace, "BIS_inv"]] call BIS_fnc_deleteInventory;</sqf> | ||
|seealso= [[BIS_fnc_loadInventory]] | |seealso= [[BIS_fnc_loadInventory]] [[BIS_fnc_exportInventory]] [[BIS_fnc_saveInventory]] [[getUnitLoadout]] | ||
}} | }} |
Latest revision as of 19:01, 23 March 2024
Description
- Description:
- Delete loadout saved using BIS_fnc_saveInventory.
- Execution:
- call
- Groups:
- Inventory
Syntax
- Syntax:
- [unit, [target, loadout]] call BIS_fnc_deleteInventory
- Parameters:
- unit: Object - unit whose inventory should be saved
- target: Namespace, Group or Object - target where the loadout is stored
- loadout: String - loadout name
- 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