rank: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
m (template:command argument fix)
Line 16: Line 16:
* "CAPTAIN"
* "CAPTAIN"
* "MAJOR"
* "MAJOR"
* "COLONEL" |= Description
* "COLONEL" |DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________


| '''rank''' unitName |= Syntax
| '''rank''' unitName |SYNTAX=


|p1= unitName: [[Object]] |= Parameter 1
|p1= unitName: [[Object]] |PARAMETER1=


| [[String]] |= Return value
| [[String]] |RETURNVALUE=
____________________________________________________________________________________________
____________________________________________________________________________________________


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


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


}}
}}

Revision as of 15:45, 7 April 2019

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

Description

Description:
Returns 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