missionVersion: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Some wiki formatting)
m (Text replacement - "<code>_([a-zA-Z0-9_]+) = \[\[([a-zA-Z0-9]+)\]\];?<\/code>" to "<sqf>_$1 = $2;</sqf>")
Line 14: Line 14:
|r1= [[Number]] - SQM version
|r1= [[Number]] - SQM version


|x1= <code>_version = [[missionVersion]];</code>
|x1= <sqf>_version = missionVersion;</sqf>


|seealso= [[Mission.sqm]] [[Description.ext]]
|seealso= [[Mission.sqm]] [[Description.ext]]
}}
}}

Revision as of 22:21, 7 May 2022

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