setUnitRank: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 19: Line 19:
____________________________________________________________________________________________
____________________________________________________________________________________________


| unit '''setUnitRank''' rank |= Syntax
| [[Object#Unit|Unit]] '''setUnitRank''' "rank" |= Syntax


|p1= unit: [[Object]] |= Parameter 1
|p1= [[Object#Unit|Unit]]: [[Object]] |= Parameter 1


|p2= rank: [[String]] |= Parameter 2
|p2= rank: [[String]] As above|= Parameter 2


| [[Nothing]] |= Return value
| [[Nothing]] |= Return value

Revision as of 13:10, 31 August 2007

-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