exit: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Arma[ _]3(\|.*)]]" to "{{GameCategory|arma3|Scripting Commands}}")
m (Text replacement - " |game5= arma2oa |version5= 1.51" to " |game5= arma2oa |version5= 1.50")
(13 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Command|Comments=
{{RV|type=command
____________________________________________________________________________________________


| ofp |Game name=
|game1= ofp
|version1= 1.00


|gr1= Program Flow |GROUP1=
|game2= ofpe
|version2= 1.00


|1.00|Game version=
|game3= arma1
|version3= 1.00


|eff= local |Multiplayer Effects=
|game4= arma2
____________________________________________________________________________________________
|version4= 1.00


| Stops the execution of a [[sqs | SQS script]].
|game5= arma2oa
|version5= 1.50


It's ignored in [[SQF | SQF Scripts]].|DESCRIPTION=
|game6= tkoh
____________________________________________________________________________________________
|version6= 1.00


| '''exit''' |SYNTAX=
|game7= arma3
|version7= 0.50


| [[Nothing]] |RETURNVALUE=
|gr1= Program Flow
____________________________________________________________________________________________


|x1= exit |EXAMPLE1=
|descr= Stops the execution of a [[SQS Syntax|SQS script]].
____________________________________________________________________________________________


| [[exitWith]], [[Control Structures]] |SEEALSO=
It is ignored in [[SQF Syntax|SQF Scripts]].


}}
|s1= [[exit]]


<h3 style="display:none">Notes</h3>
|r1= [[Nothing]]
<dl class="command_description">
<!-- Note Section BEGIN -->
<!-- Note Section END -->
</dl>


<h3 style="display:none">Bottom Section</h3>
|x1= [[SQS Syntax]]:<code>? [[not]] [[alive]] [[player]] : [[exit]]</code>


[[Category:Scripting Commands|EXIT]]
|seealso= [[exitWith]], [[Control Structures]]
[[Category:Scripting Commands OFP 1.99|{{uc:{{PAGENAME}}}}]]
}}
[[Category:Scripting Commands OFP 1.96|EXIT]]
[[Category:Scripting Commands OFP 1.46|EXIT]]
{{GameCategory|arma1|Scripting Commands}}
[[Category:Scripting Commands Arma 2|{{uc:{{PAGENAME}}}}]]
{{GameCategory|arma3|Scripting Commands}}
[[Category:Scripting Commands Take On Helicopters|{{uc:{{PAGENAME}}}}]]

Revision as of 23:35, 12 April 2021

Hover & click on the images for description

Description

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

Syntax

Syntax:
exit
Return Value:
Nothing

Examples

Example 1:
SQS Syntax:? not alive player : 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