addLiveStats: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\|x([0-9])= *<code>([^<]*)<\/code>" to "|x$1= <sqf>$2</sqf>")
 
(36 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{Command|= Comments
{{RV|type=command
____________________________________________________________________________________________


| arma2 |= Game name
|game1= ofpe
|version1= 1.00


|1.00|= Game version
|game2= arma2
____________________________________________________________________________________________
|version2= 1.00


| Adds score to the Xbox Live Statistics score for the given unit (or the commander unit of the given vehicle). (Also available in OFPE & VBS2) |= Description
|game3= arma2oa
____________________________________________________________________________________________
|version3= 1.50


| unit '''addLiveStats''' score |= Syntax
|game4= tkoh
|version4= 1.00


|p1= unit [[Object]] |= Parameter 1
|game5= arma3
|version5= 0.50


|p2= score [[Number]] |= Parameter 2
|gr1= System


| [[Nothing]] |= Return value
|descr= Adds score to the Xbox Live Statistics score for the given unit (or the commander unit of the given vehicle).
____________________________________________________________________________________________
 
|x1= <pre>player addLiveStats 10</pre> |= Example 1
____________________________________________________________________________________________


| |= See also
|s1= unit [[addLiveStats]] score


}}
|p1= unit: [[Object]]


<h3 style="display:none">Notes</h3>
|p2= score: [[Number]]
<dl class="command_description">
<!-- Note Section BEGIN -->


<!-- Note Section END -->
|r1= [[Nothing]]
</dl>


<h3 style="display:none">Bottom Section</h3>
|x1= <sqf>player addLiveStats 10;</sqf>


[[Category:Scripting Commands|ADDLIVESTATS]]
|seealso= [[setArmoryPoints]] [[unlockAchievement]] [[setStatValue]]
[[Category:Scripting Commands OFP Elite |ADDLIVESTATS]]
}}
[[Category:Command_Group:_Mission_Information|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]]

Latest revision as of 11:21, 13 May 2022

Hover & click on the images for description

Description

Description:
Adds score to the Xbox Live Statistics score for the given unit (or the commander unit of the given vehicle).
Groups:
System

Syntax

Syntax:
unit addLiveStats score
Parameters:
unit: Object
score: Number
Return Value:
Nothing

Examples

Example 1:
player addLiveStats 10;

Additional Information

See also:
setArmoryPoints unlockAchievement 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