rating: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (template:command argument fix)
m (Text replacement - "Side relations" to "Side Relations")
 
(47 intermediate revisions by 3 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 |= Arguments in MP
|game3= arma1
____________________________________________________________________________________________
|version3= 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.  
|game4= arma2
|version4= 1.00


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=
|game5= arma2oa
____________________________________________________________________________________________
|version5= 1.50


| [[Number]] <nowiki>=</nowiki> '''rating''' unitName|SYNTAX=
|game6= tkoh
|version6= 1.00


|p1= unitName: [[Object]] |PARAMETER1=
|game7= arma3
|version7= 0.50


| [[Number]] |RETURNVALUE=
|arg= global
____________________________________________________________________________________________
 
|x1= <code>_score <nowiki>=</nowiki> '''rating''' [[player]] </code> |EXAMPLE1=
____________________________________________________________________________________________


| [[Side relations]], [[ArmA: Rating Values]], [[addRating]], [[rank]], [[setUnitRank]] |SEEALSO=
|gr1= Object Manipulation


}}
|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.


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


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


<!-- Note Section END -->
|r1= [[Number]]
</dl>


<h3 style="display:none">Bottom Section</h3>
|x1= <sqf>_score = rating player;</sqf>


[[Category:Scripting Commands|RATING]]
|seealso= [[Side Relations]] [[ArmA: Rating Values]] [[addRating]] [[rank]] [[setUnitRank]]
[[Category:Scripting Commands OFP 1.99|{{uc:{{PAGENAME}}}}]]
}}
[[Category:Scripting Commands OFP 1.96|RATING]]
 
[[Category:Scripting Commands OFP 1.46|RATING]]
{{Note
[[Category:Scripting Commands ArmA|RATING]]
|user= Leo15745
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]]
|timestamp= 20110106131900
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
|text= In ArmA 1.18 rating does only return rating levels for units that are local.
[[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]]
}}
[[Category:Command_Group:_Object_Information|{{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.