missionVersion: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " \{\{GameCategory *\| *arma3 *\| *(New )?Scripting Commands\}\}" to "")
m (Some wiki formatting)
Line 1: Line 1:
{{RV|type=command
{{RV|type=command
|arma3
 
|1.56
|game1= arma3
|version1= 1.56


|gr1= Mission Information
|gr1= Mission Information


| Returns the version of the current mission.
|descr= 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)


| '''missionVersion'''| [[Number]]: SQM version
|s1= [[missionVersion]]
|x1= <code>_version = '''missionVersion''';</code>
 
|r1= [[Number]] - SQM version
 
|x1= <code>_version = [[missionVersion]];</code>
 
|seealso= [[Mission.sqm]] [[Description.ext]]
}}
}}

Revision as of 06:05, 13 June 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:
Mission.sqm Description.ext

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