getStatValue: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Added getStatValue Command)
 
m (Added related commands)
Line 20: Line 20:
____________________________________________________________________________________________
____________________________________________________________________________________________


| |= See also
| [[setStatValue]] |= See also


}}
}}

Revision as of 22:46, 13 July 2016

Hover & click on the images for description

Description

Description:
Gets a value from a given stat.
Groups:
Uncategorised

Syntax

Syntax:
getStatValue [StatName]
Parameters:
StatName: String
Return Value:
Number

Examples

Example 1:
getStatValue ["ExpWarlockDown"]; //Checks if the "Warlock Down" Achivement was already aquired

Additional Information

See also:
setStatValue

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

Notes

Bottom Section