BIS fnc respawnEndMission: Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
Lou Montana (talk | contribs) (Page filling) |
||
Line 1: | Line 1: | ||
{{Function|Comments= | |||
{{Function|= | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| arma3 | | | arma3 |Game name= | ||
|1.00| | |1.00|Game version= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | End a mission if all players are dead ''and'' there are no more respawn tickets (if any). | ||
* '''Standard syntax''' is for when [[Description.ext#respawn|Respawn]] is "NONE", "BIRD", "GROUP" or "SIDE" | |||
* '''Alternative syntax''' is for when [[Description.ext#respawn|Respawn]] is "INSTANT" or "BASE" | |||
{{Important|Only works in Multiplayer!}} |Description= | |||
____________________________________________________________________________________________ | |||
| call [[BIS_fnc_respawnEndMission]] |Syntax= | |||
| [[Nothing]] - the script doesn't end |Return value= | |||
|s2= unit call [[BIS_fnc_respawnEndMission]] |Alternative Syntax= | |||
|p11= unit: [[Object]] - |Parameter 11= | |||
|r2= [[Nothing]] |Return value 2= | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| < | |x1= <code>[[call]] [[BIS_fnc_respawnEndMission]];</code> |Example 1= | ||
| | |x2= <code>[[player]] [[call]] [[BIS_fnc_respawnEndMission]];</code> |Example 2= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | | [[BIS_fnc_endMission]], [[BIS_fnc_respawnTickets]], [[BIS_fnc_missionRespawnType]], [[playableUnits]], [[isMultiplayer]] |See also= | ||
}} | }} | ||
Line 46: | Line 40: | ||
<h3 style="display:none">Bottom Section</h3> | <h3 style="display:none">Bottom Section</h3> | ||
[[Category:Functions|{{uc:respawnEndMission}}]] | |||
[[Category:Function Group: Respawn|{{uc:respawnEndMission}}]] | [[Category:Function Group: Respawn|{{uc:respawnEndMission}}]] | ||
[[Category:{{Name|arma3}}: Functions|{{uc:respawnEndMission}}]] | [[Category:{{Name|arma3}}: Functions|{{uc:respawnEndMission}}]] |
Revision as of 13:35, 5 June 2018
Description
- Description:
- End a mission if all players are dead and there are no more respawn tickets (if any).
- Execution:
- call
- Groups:
- Uncategorised
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