addLiveStats: Difference between revisions

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


| arma2
|game1= ofpe
|version1= 1.00


|1.00
|game2= arma2
|version2= 1.00
 
|game3= arma2oa
|version3= 1.50
 
|game4= tkoh
|version4= 1.00
 
|game5= arma3
|version5= 0.50


|gr1= System
|gr1= System


| 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)
|descr= Adds score to the Xbox Live Statistics score for the given unit (or the commander unit of the given vehicle).


| unit '''addLiveStats''' score
|s1= unit [[addLiveStats]] score


|p1= unit: [[Object]]
|p1= unit: [[Object]]
Line 15: Line 26:
|p2= score: [[Number]]
|p2= score: [[Number]]


| [[Nothing]]
|r1= [[Nothing]]
 
 
|x1= <code>[[player]] [[addLiveStats]] 10;</code>
|x1= <sqf>player addLiveStats 10;</sqf>


| -
|seealso= [[setArmoryPoints]] [[unlockAchievement]] [[setStatValue]]
}}
}}
[[Category:Scripting Commands|ADDLIVESTATS]]
{{GameCategory|ofpe|Scripting Commands}}
{{GameCategory|arma2|Scripting Commands}}
{{GameCategory|arma3|Scripting Commands}}
{{GameCategory|tkoh|Scripting Commands}}

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