BIS fnc getRespawnInventories: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " " to " ") |
m (Text replacement - "\[\[[cC]ategory:[fF]unctions\|\{\{uc:[a-z A-Z_]*\}\}\]\]" to "") |
||
Line 27: | Line 27: | ||
[[Category:{{Name|arma3}}: Functions|{{uc:getRespawnInventories}}]] | [[Category:{{Name|arma3}}: Functions|{{uc:getRespawnInventories}}]] |
Revision as of 01:38, 2 February 2021
Description
- Description:
- Description needed
- Execution:
- call
- Groups:
- Respawn
Syntax
- Syntax:
- Syntax needed
- 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:
- Return value needed
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:
- See also needed
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