rank: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(format)
Line 20: Line 20:
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[String]] <nowiki>=</nowiki> '''rank''' unitName |= Syntax
| '''rank''' unitName |= Syntax


|p1= unitName: [[Object]] |= Parameter 1
|p1= unitName: [[Object]] |= Parameter 1
Line 27: Line 27:
____________________________________________________________________________________________
____________________________________________________________________________________________


|x1= <pre>_rank=Rank _TankOne</pre> |= Example 1
|x1= <code>_rank = [[rank]] player;</code> |= Example 1
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[ArmA: Rating Values|Rating Values]], [[rating]], [[addRating]], [[setUnitRank]] |= See also
| [[rating]], [[addRating]], [[setUnitRank]], [[ArmA: Rating Values|Rating Values]] |= See also


}}
}}

Revision as of 01:30, 10 May 2015

-wrong parameter ("Arma") defined!-1.00
Hover & click on the images for description

Description

Description:
Return the rank of the given unit.
Rank can be one of the following:
  • "PRIVATE"
  • "CORPORAL"
  • "SERGEANT"
  • "LIEUTENANT"
  • "CAPTAIN"
  • "MAJOR"
  • "COLONEL"
Groups:
Uncategorised

Syntax

Syntax:
rank unitName
Parameters:
unitName: Object
Return Value:
String

Examples

Example 1:
_rank = rank player;

Additional Information

See also:
ratingaddRatingsetUnitRankRating Values

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

Notes

Bottom Section