forceEnd: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
(alternative syntax only applies to VBS)
Line 25: Line 25:


<h3 style="display:none">Notes</h3>
<h3 style="display:none">Notes</h3>
This command appears to be outdated... refer to [http://support.vbs2.com/phpbb2/viewtopic.php?f=28&t=1793&p=10406&hilit=forceEnd#p10406 this forum post.]  Try using [http://community.bistudio.com/wiki/forceEnding_%28VBS2%29 forceEnding] instead.
 
This command appears to be outdated. In VBS2 use [[forceEnding_(VBS2)|forceEnding]] instead.


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

Revision as of 04:35, 19 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. In VBS2 use forceEnding instead.

Bottom Section