BIS_fnc_addRespawnInventory
Jump to navigation
Jump to search
Description
- Description:
- Add a respawn inventory for respawn menu. Available loadouts are defined in CfgRespawnInventory in Description.ext.
- Execution:
- call
- Groups:
- Uncategorised
Syntax
- Syntax:
- [<target>,<inventory>] spawn BIS_fnc_addRespawnInventory;
- Parameters:
- target: Receiver of the respawn loadout
- Namespace - use missionNamespace to add the loadout to everyone
- Side
- Group
- Object
Examples
- Example 1:
[west, "WEST1"] call BIS_fnc_addRespawnInventory;
- Example 2:
[missionNamespace,"ATSniper"] call BIS_fnc_addRespawnInventory;
Additional Information
- See also:
- Arma 3 Respawn
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