armoryPoints: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(description)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Return the stored value of armory points. |= Description
| Returns the stored in [USERNAME].ArmaXProfile value of ''armoryPoints'' entry. If the entry doesn't exist, it returns 0. |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 21: Line 21:




|x1= <code>myArPt <nowiki>=</nowiki> armoryPoints;</code>|= EXAMPLE1  
|x1= <code>_points = [[armoryPoints]];</code>|= EXAMPLE1  


____________________________________________________________________________________________
____________________________________________________________________________________________

Revision as of 20:31, 31 May 2015

Hover & click on the images for description

Description

Description:
Returns the stored in [USERNAME].ArmaXProfile value of armoryPoints entry. If the entry doesn't exist, it returns 0.
Groups:
Uncategorised

Syntax

Syntax:
armoryPoints
Return Value:
Number

Examples

Example 1:
_points = armoryPoints;

Additional Information

See also:
setArmoryPoints

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