exit: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "_{10,} " to "")
m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments( \("local" or "global"\))?|Effects|Multiplayer Effects( \("local" or "global"\))?|Multiplayer Exe...)
Line 1: Line 1:
{{Command|Comments=
{{Command


| ofp |Game name=
| ofp


|gr1= Program Flow |GROUP1=
|gr1= Program Flow


|1.00|Game version=
|1.00


|eff= local |Multiplayer Effects=
|eff= local


| Stops the execution of a [[sqs | SQS script]].
| Stops the execution of a [[sqs | SQS script]].


It's ignored in [[SQF | SQF Scripts]].|DESCRIPTION=
It's ignored in [[SQF | SQF Scripts]].


| '''exit''' |SYNTAX=
| '''exit'''


| [[Nothing]] |RETURNVALUE=
| [[Nothing]]


|x1= exit |EXAMPLE1=
|x1= exit


| [[exitWith]], [[Control Structures]] |SEEALSO=
| [[exitWith]], [[Control Structures]]


}}
}}

Revision as of 01:36, 18 January 2021

Hover & click on the images for description

Description

Description:
Stops the execution of a SQS script. It's ignored in SQF Scripts.
Groups:
Program Flow

Syntax

Syntax:
exit
Return Value:
Nothing

Examples

Example 1:
exit

Additional Information

See also:
exitWithControl Structures

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

Bottom Section