BIS fnc deleteInventory: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "|= Comments" to "|Comments=")
m (Some wiki formatting)
 
(31 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Function|Comments=
{{RV|type=function
____________________________________________________________________________________________


| arma3 |Game name=
|game1= arma3
|version1= 1.00


|1.00|= Game version
|gr1= Inventory
____________________________________________________________________________________________


| Delete loadout saved using [[BIS_fnc_saveInventory]]. |DESCRIPTION=
|descr= Delete loadout saved using [[BIS_fnc_saveInventory]].
____________________________________________________________________________________________


| [unit,input] call [[BIS_fnc_deleteInventory]] |SYNTAX=
|s1= [unit, [target, loadout]] call [[BIS_fnc_deleteInventory]]
____________________________________________________________________________________________


|p1= unit: [[Object]] - Unit whose inventory should be saved|PARAMETER1=
|p1= unit: [[Object]] - unit whose inventory should be saved
|p2= input: [[Array]] in format:
*1: [[Namespace]], [[Group]] or [[Object]] - Target where the loadout is stored
*2: [[String]] - Loadout name|PARAMETER2=
____________________________________________________________________________________________


| [[Boolean]] |RETURNVALUE=
|p2= target: [[Namespace]], [[Group]] or [[Object]] - target where the loadout is stored
____________________________________________________________________________________________


|x1= <code>[ [[player]], [ [[missionNamespace]], "BIS_inv"] ] [[call]] [[BIS_fnc_deleteInventory]];</code> |=
|p3= loadout: [[String]] - loadout name
____________________________________________________________________________________________


| [[BIS_fnc_loadInventory]], [[BIS_fnc_exportInventory]], [[BIS_fnc_saveInventory]], [[getUnitLoadout]] |SEEALSO=
|r1= [[Boolean]]
}}


|x1= <sqf>[player, [missionNamespace, "BIS_inv"]] call BIS_fnc_deleteInventory;</sqf>


 
|seealso= [[BIS_fnc_loadInventory]] [[BIS_fnc_exportInventory]] [[BIS_fnc_saveInventory]] [[getUnitLoadout]]
<h3 style="display:none">Notes</h3>
}}
<dl class="command_description">
<!-- Note Section BEGIN -->
 
<!-- Note Section END -->
</dl>
 
<h3 style="display:none">Bottom Section</h3>
[[Category:Function Group: Inventory|{{uc:deleteInventory}}]]
[[Category:Functions|{{uc:deleteInventory}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:deleteInventory}}]]

Latest revision as of 20:01, 23 March 2024

Hover & click on the images for description

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:
[player, [missionNamespace, "BIS_inv"]] call BIS_fnc_deleteInventory;

Additional Information

See also:
BIS_fnc_loadInventory BIS_fnc_exportInventory BIS_fnc_saveInventory getUnitLoadout

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