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>")
 
(48 intermediate revisions by 10 users not shown)
Line 1: Line 1:
[[Category:Scripting Commands|ADDLIVESTATS]]
{{RV|type=command
[[Category:Scripting Commands OFP Elite |ADDLIVESTATS]]


|game1= ofpe
|version1= 1.00


|game2= arma2
|version2= 1.00


|game3= arma2oa
|version3= 1.50


<h2 style="color:#000066">'''''unit'' addLiveStats ''score'''''</h2>
|game4= tkoh
|version4= 1.00


|game5= arma3
|version5= 0.50


'''Operand types:'''
|gr1= System


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


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


'''Type of returned value:'''
|p1= unit: [[Object]]


[[Nothing]]
|p2= score: [[Number]]


'''Compatibility:'''
|r1= [[Nothing]]


Version 2.10 required.
|x1= <sqf>player addLiveStats 10;</sqf>


'''Description:'''
|seealso= [[setArmoryPoints]] [[unlockAchievement]] [[setStatValue]]
 
}}
'''Xbox Live MP only:''' Adds score to the Xbox Live Statistics score for the given unit (or the commander unit of the given vehicle).
 
 
'''Example''':
   
[[player]] '''addLiveStats''' 10

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