setUnitRank

From Bohemia Interactive Community
Revision as of 13:10, 31 August 2007 by Mikero (talk | contribs)
Jump to navigation Jump to search
-wrong parameter ("Arma") defined!-1.00
Hover & click on the images for description

Description

Description:
Sets rank of given unit. Possible rank values, and the associated rating that is automatically given:
  • PRIVATE: 0
  • CORPORAL: 500
  • SERGEANT: 1500
  • LIEUTENANT: 2500
  • CAPTAIN: 3500
  • MAJOR: 5000
  • COLONEL: 7500
Groups:
Uncategorised

Syntax

Syntax:
Unit setUnitRank "rank"
Parameters:
Unit: Object
rank: String As above
Return Value:
Nothing

Examples

Example 1:
player setUnitRank "COLONEL"

Additional Information

See also:
rankrating

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