missionVersion: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(description)
m (template:command argument fix)
Line 8: Line 8:
  |= Description
  |= Description
| '''missionVersion''' |= Syntax
| '''missionVersion''' |= Syntax
|p1=  |= PARAMETER1
|p1=  |PARAMETER1=  
|p2=  |= PARAMETER2
|p2=  |PARAMETER2=
| [[Number]]: SQM version |= RETURNVALUE
| [[Number]]: SQM version |RETURNVALUE=  
|x1= <code>_version = '''missionVersion''';</code>|= EXAMPLE1
|x1= <code>_version = '''missionVersion''';</code>|EXAMPLE1=  
|  |= SEEALSO
|  |SEEALSO=  
|  |= MPBEHAVIOUR
|  |MPBEHAVIOUR=  
}}
}}



Revision as of 11:35, 7 April 2019


Hover & click on the images for description

Description

Description:
Returns the version of the current mission.
Groups:
Uncategorised

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