forceEnd: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 25: Line 25:


<h3 style="display:none">Notes</h3>
<h3 style="display:none">Notes</h3>
This command appears to be outdated... refer to [[forceEnding]].
This command appears to be outdated... refer to [http://community.bistudio.com/wiki/forceEnding_%28VBS2%29 forceEnding]


<h3 style="display:none">Bottom Section</h3>
<h3 style="display:none">Bottom Section</h3>

Revision as of 21:39, 18 December 2008

Hover & click on the images for description

Description

Description:
Enforces mission termination. Note that this command is not the recommended way to end a mission. Instead, a trigger with one of the "END" types must exist on the map with an appropriate condition.
Groups:
Uncategorised

Syntax

Syntax:
forceEnd
Return Value:
Nothing

Examples

Example 1:
? (_TerritoryLost) : forceEnd
returns X

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

Notes

This command appears to be outdated... refer to forceEnding

Bottom Section