exit: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Take[ _]On[ _]Helicopters(\|.*)?\]\]" to "{{GameCategory|tkoh|Scripting Commands}}")
m (Text replacement - "_{10,} " to "")
Line 1: Line 1:
{{Command|Comments=
{{Command|Comments=
____________________________________________________________________________________________


| ofp |Game name=
| ofp |Game name=
Line 9: Line 8:


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


| 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]].|DESCRIPTION=
____________________________________________________________________________________________


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


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


|x1= exit |EXAMPLE1=
|x1= exit |EXAMPLE1=
____________________________________________________________________________________________


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

Revision as of 02:12, 17 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