BIS fnc addRespawnInventory: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "\[\[[cC]ategory:\{\{Name\|arma3\}\}: [fF]unctions\|\{\{uc:[a-z A-Z_]*\}\}\]\]" to "") |
m (Text replacement - "|eff= global |MP Effect=" to "|eff= global") |
||
Line 7: | Line 7: | ||
|gr1= Respawn | |gr1= Respawn | ||
|eff= global | |eff= global | ||
| Add a respawn inventory for [[Arma 3 Respawn#MenuInventory|respawn menu]].<br> | | Add a respawn inventory for [[Arma 3 Respawn#MenuInventory|respawn menu]].<br> |
Revision as of 18:38, 2 February 2021
Description
- Description:
- Description needed
- Execution:
- call
- Groups:
- Respawn
Syntax
- Syntax:
- Syntax needed
- Parameters:
- target: Receiver of the respawn loadout
- Namespace - use missionNamespace to add the loadout to everyone
- Side
- Group
- Object
- inventoryParams: Array or String
- String - CfgRespawnInventory class
- Array - format [class, number, limit]
- class: String - CfgRespawnInventory class
- number: Number - Number of players who can use this inventory (-1 = no limit, default)
- limit: Number - Limit for role assigned to given loadout (-1 = no limit, default)
- Only role or only loadout can be limited at one moment, if there is limit for both, then only role uses limit.
- If the limit definition for role is called multiple times with different numbers, then the highest number is used.
- Return Value:
- Return value needed
Examples
- Example 1:
[west, "WEST1"] call BIS_fnc_addRespawnInventory;
- Example 2:
myRespawnInventory = [missionNamespace, "ATSniper"] call BIS_fnc_addRespawnInventory;
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