getStatValue: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (template:command argument fix)
No edit summary
Line 13: Line 13:
|p1= name: [[String]] |PARAMETER1=
|p1= name: [[String]] |PARAMETER1=


| [[Number]] |RETURNVALUE=
| [[Number]] (can return [[NOTHING]]) |RETURNVALUE=
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   

Revision as of 13:00, 1 May 2019

Hover & click on the images for description

Description

Description:
Returns value of the given stat.
Groups:
Uncategorised

Syntax

Syntax:
getStatValue name
Parameters:
name: String
Return Value:
Number (can return NOTHING)

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