BIS fnc inventoryExists: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " \| *(\[\[[a-zA-Z ]+\]\].+) \|x1=" to " |r1=$1 |x1=") |
Lou Montana (talk | contribs) m (Text replacement - " \| *(\[[a-zA-Z,. ]*\] call ('''|\[\[)?BI(N|S)_fnc_[a-zA-Z]+('''|\]\])?) * \|p1=" to " |s1=$1 |p1=") |
||
Line 9: | Line 9: | ||
| Check if loadout with given name exists. | | Check if loadout with given name exists. | ||
| [source, name] call [[BIS_fnc_inventoryExists]] | |s1=[source, name] call [[BIS_fnc_inventoryExists]] | ||
|p1= source: [[Namespace]], [[Group]] or [[Object]] - (Optional, default [[missionNamespace]]) loadout location | |p1= source: [[Namespace]], [[Group]] or [[Object]] - (Optional, default [[missionNamespace]]) loadout location |
Revision as of 15:57, 12 June 2021
Description
- Description:
- Description needed
- Execution:
- call
- Groups:
- Inventory
Syntax
- Syntax:
- [source, name] call BIS_fnc_inventoryExists
- Parameters:
- source: Namespace, Group or Object - (Optional, default missionNamespace) loadout location
- name: String - (Optional, default "")
- Return Value:
- Boolean - true if found, false otherwise
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