armoryPoints: Difference between revisions

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


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



Revision as of 20:31, 31 May 2015

Hover & click on the images for description

Description

Description:
Returns, 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