BIS_fnc_respawnTickets
Jump to navigation
Jump to search
Description
- Description:
- Manage respawn tickets used by Tickets respawn template.
When player dies, number of tickets is decreased by 1. The most local tickets are always used. Example: When you first add tickets to player's side, they will be affected. If you later define tickets also to player's group, they will completely replace the side tickets. When player runs out of the tickets, his respawn is disabled. If you use also EndMission respawn template, the mission will automatically end once tickets in all name spaces are exhausted. - Execution:
- call
- Groups:
- Respawn
Syntax
- Syntax:
- [target, tickets, dynamicTarget] call BIS_fnc_respawnTickets
- Parameters:
- target: Receiver of the respawn tickets. Can be of type:
- Namespace - use missionNamespace to set/get global tickets available for everyone
- Side
- Group
- Object
- tickets: Number - added respawn tickets. When missing or set to 0, number of tickets won't be affected, which means you can use the function to simply get amount of tickets.
- dynamicTarget: Boolean - when true, set/get tickets based on the target. target must be an Object.
- Return Value:
- Number - remaining tickets after adjustment
Alternative Syntax
- Syntax:
- [] call BIS_fnc_respawnTickets
- Return Value:
- Number - remaining tickets in all name spaces
Examples
- Example 1:
- Add 5 tickets for BLUFOR:
- Example 2:
- Return number of global tickets:
- Example 3:
- Return number of player's tickets:
Additional Information
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