getPlayerScores: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page with "<!-- getPlayerScores --> {{Command|= Comments |arma3|= Game name |1.56|= Game version | |= Description | '''getPlayerScores''' unitName |= Syntax |p1= unitName: Object|=...")
 
No edit summary
Line 1: Line 1:
<!-- getPlayerScores -->
{{Command|= Comments
{{Command|= Comments
|arma3|= Game name
|arma3|= Game name
|1.56|= Game version
|1.56|= Game version
|  |= Description
| MP: returns the unit's table of scores (infantry kills, soft vehicle kills, armor kills, air kills, deaths, total score). |= Description
| '''getPlayerScores''' unitName |= Syntax
| Array = '''getPlayerScores''' unitName |= Syntax
|p1= unitName: [[Object]]|= PARAMETER1  
|p1= unitName: [[Object]] |= PARAMETER1  
|p2=  |= PARAMETER2
|p2=  |= PARAMETER2
| [[Array] containing the score of the given player |= RETURNVALUE  
| [[Array] containing the score of the given player |= RETURNVALUE  
|x1= <code>'''getPlayerScores''' BIS_player1;</code>|= EXAMPLE1  
|x1= <code>'''getPlayerScores''' BIS_player1;</code>|= EXAMPLE1  
|  |= SEEALSO
|  |= MPBEHAVIOUR
}}
}}



Revision as of 19:09, 17 February 2016

{{Command|= Comments |arma3|= Game name |1.56|= Game version | MP: returns the unit's table of scores (infantry kills, soft vehicle kills, armor kills, air kills, deaths, total score). |= Description | Array = getPlayerScores unitName |= Syntax |p1= unitName: Object |= PARAMETER1 |p2= |= PARAMETER2 | [[Array] containing the score of the given player |= RETURNVALUE |x1= getPlayerScores BIS_player1;|= EXAMPLE1 }}

Bottom Section

Notes

Bottom Section