addLiveStats: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (Text replacement - "\|x([0-9])= *<code>([^<]*)<\/code>" to "|x$1= <sqf>$2</sqf>")
 
(53 intermediate revisions by 10 users not shown)
Line 1: Line 1:
[[Category:Scripting Commands|A]]
{{RV|type=command
[[Category:Scripting Commands OFP Elite |A]]
[[Category:Scripting Commands ArmA|A]]
<new command not populated>


|game1= ofpe
|version1= 1.00


<h2 style="color:#000066">''''' addLiveStats '''''</h2>
|game2= arma2
|version2= 1.00


|game3= arma2oa
|version3= 1.50


'''Operand types:'''
|game4= tkoh
|version4= 1.00


'''Type of returned value:'''
|game5= arma3
|version5= 0.50


'''Compatibility:'''
|gr1= System


'''Description:'''
|descr= Adds score to the Xbox Live Statistics score for the given unit (or the commander unit of the given vehicle).


|s1= unit [[addLiveStats]] score


'''Example:'''
|p1= unit: [[Object]]
 
|p2= score: [[Number]]
 
|r1= [[Nothing]]
 
|x1= <sqf>player addLiveStats 10;</sqf>
 
|seealso= [[setArmoryPoints]] [[unlockAchievement]] [[setStatValue]]
}}

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