missionVersion: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "<code>_([a-zA-Z0-9_]+) = \[\[([a-zA-Z0-9]+)\]\];?<\/code>" to "<sqf>_$1 = $2;</sqf>")
m (Text replacement - "Category:Eden Editor" to "Eden Editor")
 
(One intermediate revision by the same user not shown)
Line 8: Line 8:
|descr= 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 [[:Category:Eden Editor|Eden Editor]]: 15 and higher (for example current version for [[:Category:Eden Editor|Eden Editor]] mission in Arma 3 v1.57 is 51)


|s1= [[missionVersion]]
|s1= [[missionVersion]]

Latest revision as of 14:26, 9 July 2023

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