missionVersion: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\{\{GameCategory\|(arma[0123])\|[ _]?New[ _]Scripting[ _]Commands[ _]List\}\}" to "{{GameCategory|$1|New Scripting Commands}}")
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:
<!-- missionVersion -->
<!-- missionVersion -->
{{Command|Comments=
{{Command
|arma3|Game name=
|arma3
|1.56|Game version=
|1.56


|gr1= Mission Information |GROUP1=
|gr1= Mission Information


| Returns the version of the current mission.
| Returns the version of the current mission.
* Mission from the [[2D Editor]]: 12
* Mission from the [[2D Editor]]: 12
* Mission from the [[Eden Editor]]: 15 and higher (for example current version for [[Eden Editor]] mission in Arma 3 v1.57 is 51)
* Mission from the [[Eden Editor]]: 15 and higher (for example current version for [[Eden Editor]] mission in Arma 3 v1.57 is 51)
|DESCRIPTION=
 
| '''missionVersion''' |SYNTAX=
| '''missionVersion'''
|p1=  |PARAMETER1=  
|p1=
|p2=  |PARAMETER2=
|p2=
| [[Number]]: SQM version |RETURNVALUE=
| [[Number]]: SQM version
|x1= <code>_version = '''missionVersion''';</code>|EXAMPLE1=
|x1= <code>_version = '''missionVersion''';</code>
| |SEEALSO=
|
|  |MPBEHAVIOUR=  
|  |MPBEHAVIOUR=  
}}
}}

Revision as of 02:06, 18 January 2021


Hover & click on the images for description

Description

Description:
Returns the version of the current mission.
Groups:
Mission Information

Syntax

Syntax:
missionVersion
Return Value:
Number: SQM version

Examples

Example 1:
_version = missionVersion;

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

Bottom Section

Notes

Bottom Section