BIS fnc getRespawnInventories: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "\[\[Category\:Function Group\: Respawn(\|\{\{[a-zA-Z0-9_:]+\}\})?\]\]" to "") |
Lou Montana (talk | contribs) m (Text replacement - "_{10,} " to "") |
||
Line 1: | Line 1: | ||
{{Function|Comments= | {{Function|Comments= | ||
| arma3 |Game name= | | arma3 |Game name= | ||
Line 7: | Line 6: | ||
|gr1= Respawn |GROUP1= | |gr1= Respawn |GROUP1= | ||
| Return respawn inventories available for the given target. |DESCRIPTION= | | Return respawn inventories available for the given target. |DESCRIPTION= | ||
| [target, showDisabled, returnAllInfo] call [[BIS_fnc_getRespawnInventories]] |SYNTAX= | | [target, showDisabled, returnAllInfo] call [[BIS_fnc_getRespawnInventories]] |SYNTAX= | ||
Line 21: | Line 18: | ||
| [[Array]] of [[String]] |RETURNVALUE= | | [[Array]] of [[String]] |RETURNVALUE= | ||
|x1= <code>[[private]] _respawnInfo = [<nowiki/>[[player]]] [[call]] [[BIS_fnc_getRespawnInventories]];</code> |Example 1= | |x1= <code>[[private]] _respawnInfo = [<nowiki/>[[player]]] [[call]] [[BIS_fnc_getRespawnInventories]];</code> |Example 1= | ||
|x2= <code>[[private]] _respawnInfo = [<nowiki/>[[west]], [[true]], [[false]]] [[call]] [[BIS_fnc_getRespawnInventories]];</code> |Example 2= | |x2= <code>[[private]] _respawnInfo = [<nowiki/>[[west]], [[true]], [[false]]] [[call]] [[BIS_fnc_getRespawnInventories]];</code> |Example 2= | ||
| [[Arma 3 Respawn]], [[BIS_fnc_addRespawnInventory]], [[BIS_fnc_removeRespawnInventory]], [[BIS_fnc_setRespawnInventory]], [[BIS_fnc_getRespawnMarkers]], [[BIS_fnc_getRespawnPositions]] |SEEALSO= | | [[Arma 3 Respawn]], [[BIS_fnc_addRespawnInventory]], [[BIS_fnc_removeRespawnInventory]], [[BIS_fnc_setRespawnInventory]], [[BIS_fnc_getRespawnMarkers]], [[BIS_fnc_getRespawnPositions]] |SEEALSO= |
Revision as of 23:13, 16 January 2021
Description
- Description:
- Return respawn inventories available for the given target.
- Execution:
- call
- Groups:
- Respawn
Syntax
- Syntax:
- [target, showDisabled, returnAllInfo] call BIS_fnc_getRespawnInventories
- Parameters:
- target: Namespace, Side, Group or Object
- showDisabled: Boolean - (Optional, default false) true to show even inventories disabled by curator
- returnAllInfo: Boolean - (Optional, default false) true to return namespace, inventory and role limits (used in the new respawn screen), false to return only inventories
- Return Value:
- Array of String
Examples
- Example 1:
private _respawnInfo = [player] call BIS_fnc_getRespawnInventories;
- Example 2:
private _respawnInfo = [west, true, false] call BIS_fnc_getRespawnInventories;
Additional Information
- See also:
- Arma 3 RespawnBIS_fnc_addRespawnInventoryBIS_fnc_removeRespawnInventoryBIS_fnc_setRespawnInventoryBIS_fnc_getRespawnMarkersBIS_fnc_getRespawnPositions
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