getPlayerScores
Jump to navigation
Jump to search
{{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
}}