BIS fnc inventoryExists: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - " <!---|arg= local |Multiplayer Arguments=---> <!---|eff= local |Multiplayer Effects=---> " to " ") |
Lou Montana (talk | contribs) m (Text replacement - "\| *((\[\[[a-zA-Z0-9_ :\\\-\/|()]+\]\],? ?)+) * \}\}" to "|seealso= $1 }}") |
||
Line 19: | Line 19: | ||
|x1= <code>[[private]] _hasSuperLoadout = [<nowiki/>[[missionNamespace]], "mySuperLoadout"] [[call]] [[BIS_fnc_inventoryExists]];</code> | |x1= <code>[[private]] _hasSuperLoadout = [<nowiki/>[[missionNamespace]], "mySuperLoadout"] [[call]] [[BIS_fnc_inventoryExists]];</code> | ||
| [[setUnitLoadout]] [[getUnitLoadout]] [[BIS_fnc_saveInventory]] [[BIS_fnc_deleteInventory]] [[BIS_fnc_loadInventory]] | |seealso= [[setUnitLoadout]] [[getUnitLoadout]] [[BIS_fnc_saveInventory]] [[BIS_fnc_deleteInventory]] [[BIS_fnc_loadInventory]] | ||
}} | }} |
Revision as of 00:26, 17 February 2021
Description
- Description:
- Description needed
- Execution:
- call
- Groups:
- Inventory
Syntax
- Syntax:
- Syntax needed
- Parameters:
- source: Namespace, Group or Object - (Optional, default missionNamespace) loadout location
- name: String - (Optional, default "")
- Return Value:
- Return value needed
Examples
- Example 1:
private _hasSuperLoadout = [missionNamespace, "mySuperLoadout"] call BIS_fnc_inventoryExists;
Additional Information
- See also:
- setUnitLoadout getUnitLoadout BIS_fnc_saveInventory BIS_fnc_deleteInventory BIS_fnc_loadInventory
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