BIS fnc respawnEndMission: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "<h3 style="display:none">Bottom Section</h3>" to "") |
Lou Montana (talk | contribs) m (Text replacement - " *\| *[Pp]arameter [0-9]{1,3}= * " to " ") |
||
Line 18: | Line 18: | ||
|s2= unit call [[BIS_fnc_respawnEndMission]] | |s2= unit call [[BIS_fnc_respawnEndMission]] | ||
|p11= unit: [[Object]] - | |p11= unit: [[Object]] - | ||
|r2= [[Nothing]] | |r2= [[Nothing]] |
Revision as of 00:47, 19 January 2021
Description
- Description:
- End a mission if all players are dead and there are no more respawn tickets (if any).
- Execution:
- call
- Groups:
- Respawn
Syntax
- Syntax:
- call BIS_fnc_respawnEndMission
- Return Value:
- Nothing - the script doesn't end
Alternative Syntax
- Syntax:
- unit call BIS_fnc_respawnEndMission
- Return Value:
- Nothing
Examples
- Example 1:
call BIS_fnc_respawnEndMission;
- Example 2:
player call BIS_fnc_respawnEndMission;
Additional Information
- See also:
- BIS_fnc_endMissionBIS_fnc_respawnTicketsBIS_fnc_missionRespawnTypeplayableUnitsisMultiplayer
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