endMission: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " +" to " ")
m (Text replacement - " \| *(([^=\| ]+)('''|\[\[)([^=\| ]+)) * \|p1=" to " |s1= $1 |p1=")
Line 34: Line 34:
'''Mission saves are deleted'''. Use [[failMission]] if they should not.{{Feature|arma3|To maintain Arma 3 visual style, it is recommended to use [[BIS_fnc_endMission]] instead.}}
'''Mission saves are deleted'''. Use [[failMission]] if they should not.{{Feature|arma3|To maintain Arma 3 visual style, it is recommended to use [[BIS_fnc_endMission]] instead.}}


| '''endMission''' endType
|s1=  '''endMission''' endType


|p1= endType: [[String]] -
|p1= endType: [[String]] -

Revision as of 00:08, 13 June 2021

Hover & click on the images for description

Description

Description:
Description needed
Multiplayer:
To end mission properly so that everyone goes to debriefing at the same time, this command should be executed on every machine.
Groups:
Mission Information

Syntax

Syntax:
endMission endType
Parameters:
endType: String -
Return Value:
Nothing

Examples

Example 1:
endMission "END1";

Additional Information

See also:
failMissionforceEnd

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