rating: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\|seealso= *\[\[([^ ]+)\]\], \[\[([^ ]+)\]\]" to "|seealso= $1 $2")
m (Text replacement - "<code>([^ ]*)\[\[([a-zA-Z][a-zA-Z0-9_]+)\]\]([^ ]*)<\/code>" to "<code>$1$2$3</code>")
Line 36: Line 36:
|r1= [[Number]]
|r1= [[Number]]


|x1= <code>_score <nowiki>=</nowiki> '''rating''' [[player]]</code>
|x1= <code>_score <nowiki>=</nowiki> '''rating''' player</code>


|seealso= [[Side relations]] [[ArmA: Rating Values]] [[addRating]] [[rank]] [[setUnitRank]]
|seealso= [[Side relations]] [[ArmA: Rating Values]] [[addRating]] [[rank]] [[setUnitRank]]

Revision as of 12:12, 12 May 2022

Hover & click on the images for description

Description

Description:
Check unit rating. Rating is increased for killing enemies, decreased for killing friendlies (see Rating Values). Can be changed via addRating by the mission designer. The rating of the player is displayed as the "score" at the end of the mission. Via Description.ext one can define how many points it takes to get a perfect score, as well as the number of stars.
Groups:
Object Manipulation

Syntax

Syntax:
rating unitName
Parameters:
unitName: Object
Return Value:
Number

Examples

Example 1:
_score = rating player

Additional Information

See also:
Side relations ArmA: Rating Values addRating rank setUnitRank

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
Unknown
In ArmA 1.18 rating does only return rating levels for units that are local.