rating: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Arma[ _]3(\|.*)\]\]" to "{{GameCategory|arma3|Scripting Commands}}")
m (Text replacement - "Side relations" to "Side Relations")
 
(35 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Command|Comments=
{{RV|type=command
____________________________________________________________________________________________


| ofp |Game name=
|game1= ofp
|version1= 1.00


|1.00|Game version=
|game2= ofpe
|version2= 1.00


|arg= global |Multiplayer Arguments=
|game3= arma1
|version3= 1.00


|gr1= Object Manipulation |GROUP1=
|game4= arma2
____________________________________________________________________________________________
|version4= 1.00


| Check unit rating. Rating is increased for killing enemies, decreased for killing friendlies (see [[ArmA:_Rating Values|Rating Values]]). Can be changed via [[addRating]] by the mission designer.  
|game5= arma2oa
|version5= 1.50


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.|DESCRIPTION=
|game6= tkoh
____________________________________________________________________________________________
|version6= 1.00


| [[Number]] <nowiki>=</nowiki> '''rating''' unitName|SYNTAX=
|game7= arma3
|version7= 0.50


|p1= unitName: [[Object]] |PARAMETER1=
|arg= global


| [[Number]] |RETURNVALUE=
|gr1= Object Manipulation
____________________________________________________________________________________________
 
|x1= <code>_score <nowiki>=</nowiki> '''rating''' [[player]] </code> |EXAMPLE1=
____________________________________________________________________________________________


| [[Side relations]], [[ArmA: Rating Values]], [[addRating]], [[rank]], [[setUnitRank]] |SEEALSO=
|descr= Check unit rating. Rating is increased for killing enemies, decreased for killing friendlies (see [[ArmA:_Rating Values|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.
 
|s1= [[rating]] unitName


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


<dt class="note">Unknown
|r1= [[Number]]
<dd class="note">In ArmA 1.18 rating does only return rating levels for units that are local.


<!-- Note Section END -->
|x1= <sqf>_score = rating player;</sqf>
</dl>


<h3 style="display:none">Bottom Section</h3>
|seealso= [[Side Relations]] [[ArmA: Rating Values]] [[addRating]] [[rank]] [[setUnitRank]]
}}


[[Category:Scripting Commands|RATING]]
{{Note
[[Category:Scripting Commands OFP 1.99|{{uc:{{PAGENAME}}}}]]
|user= Leo15745
[[Category:Scripting Commands OFP 1.96|RATING]]
|timestamp= 20110106131900
[[Category:Scripting Commands OFP 1.46|RATING]]
|text= In ArmA 1.18 rating does only return rating levels for units that are local.
{{GameCategory|arma1|Scripting Commands}}
}}
[[Category:Scripting Commands Arma 2|{{uc:{{PAGENAME}}}}]]
{{GameCategory|arma3|Scripting Commands}}
[[Category:Scripting Commands Take On Helicopters|{{uc:{{PAGENAME}}}}]]

Latest revision as of 21:02, 12 June 2023

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.