rating

From Bohemia Interactive Community
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
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
Leo15745 - c
Posted on Jan 06, 2011 - 13:19 (UTC)
In ArmA 1.18 rating does only return rating levels for units that are local.