setArmoryPoints: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "<h3 style='display:none'>Notes</h3> <dl class='command_description'> <!-- Note Section BEGIN --> <!-- Note Section END --> </dl> <h3 style='display:none'>Bottom Section</h3>" to "") |
Lou Montana (talk | contribs) m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame( +[0-9])?|Game [Vv]ersion( +[0-9])?|Game Version \(number surrounded by NO SPACES\)|Arguments in MP|MP[Aa]rg|Multiplayer Arguments( \("local" or "global"\))?|Effects|Execution|Effects...) |
||
Line 1: | Line 1: | ||
{{Command | {{Command | ||
| arma2 | | arma2 | ||
|1.00 | |1.00 | ||
|gr1= System | |gr1= System | ||
| Stores passed number into [USERNAME].ArmaXProfile file, where it assigns it as a value to ''armoryPoints'' entry. If entry doesn't exist, it is created. | | Stores passed number into [USERNAME].ArmaXProfile file, where it assigns it as a value to ''armoryPoints'' entry. If entry doesn't exist, it is created. | ||
| [[setArmoryPoints]] points | | [[setArmoryPoints]] points | ||
|p1= points: [[Number]] | |p1= points: [[Number]] | ||
| [[Nothing]] | | [[Nothing]] | ||
|x1= <code>[[setArmoryPoints]] ([[armoryPoints]] + 20);</code> | |x1= <code>[[setArmoryPoints]] ([[armoryPoints]] + 20);</code> | ||
|x2= <code>[[setArmoryPoints]] 3.14;</code> | |x2= <code>[[setArmoryPoints]] 3.14;</code> | ||
| [[armoryPoints]] | | [[armoryPoints]] | ||
| | | | ||
}} | }} | ||
Revision as of 11:03, 18 January 2021
Description
- Description:
- Stores passed number into [USERNAME].ArmaXProfile file, where it assigns it as a value to armoryPoints entry. If entry doesn't exist, it is created.
- Groups:
- System
Syntax
- Syntax:
- setArmoryPoints points
- Parameters:
- points: Number
- Return Value:
- Nothing
Examples
- Example 1:
setArmoryPoints (armoryPoints + 20);
- Example 2:
setArmoryPoints 3.14;
Additional Information
- See also:
- armoryPoints
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