addLiveStats: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
[[Category:Scripting Commands|ADDLIVESTATS]]
{{Command|= Comments
[[Category:Scripting Commands OFP Elite |ADDLIVESTATS]]
____________________________________________________________________________________________


| arma |= Game name


|2.1|= Game version
____________________________________________________________________________________________


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


<h2 style="color:#000066">'''''unit'' addLiveStats ''score'''''</h2>
| unit '''addLiveStats''' score |= Syntax


|p1= unit [[Object]] |= Parameter 1


'''Operand types:'''
|p2= score [[Number]] |= Parameter 2


'''unit''': [[Object]]
| [[Nothing]] |= Return value
____________________________________________________________________________________________
 
|x1= <pre>[[player]] addLiveStats 10</pre> |= Example 1
____________________________________________________________________________________________


'''score''': [[Number]]
|  |= See also


'''Type of returned value:'''
}}


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


'''Compatibility:'''
<!-- Note Section END -->
</dl>


Version 2.10 required.
<h3 style="display:none">Bottom Section</h3>


'''Description:'''
[[Category:Scripting Commands|ADDLIVESTATS]]
 
[[Category:Scripting Commands OFP Elite |ADDLIVESTATS]]
'''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

Revision as of 22:54, 1 August 2006

-wrong parameter ("Arma") defined!-2.1
Hover & click on the images for description

Description

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

Syntax

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

Examples

Example 1:
[[player]] addLiveStats 10

Additional Information

See also:
See also needed

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

Notes

Bottom Section