setRank: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (template:command argument fix)
m (Some wiki formatting)
 
(50 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Command|= Comments
{{RV|type=command
____________________________________________________________________________________________


| arma |= Game name
|game1= arma1
|version1= 1.00


|1.00|= Game version
|game2= arma2
|arg= global |= Effects in MP
|version2= 1.00
|eff= local |= Effects in MP
____________________________________________________________________________________________


| Sets rank of given unit.
|game3= arma2oa
|version3= 1.50


Possible values: PRIVATE, CORPORAL, SERGEANT, LIEUTENANT, CAPTAIN, MAJOR or COLONEL. <br><br>
|game4= tkoh
|version4= 1.00


{{Feature arma3| Since Arma 3 v1.67 this command is {{EffArg|cmd|arg|loc}} {{EffArg|cmd|eff|glob}}}}|DESCRIPTION=
|game5= arma3
____________________________________________________________________________________________
|version5= 0.50


| unitName '''setRank''' rank |SYNTAX=
|arg= local
|eff= global


|p1= unitName: [[Object]] |PARAMETER1=
|gr1= Unit Identity


|p2= rank: [[String]] |PARAMETER2=
|descr= Sets rank of given unit.


| [[Nothing]] |RETURNVALUE=
{{Feature|arma3|Before {{arma3}} v1.68 and in previous titles, this command was {{Icon|globalArgument|32}} {{Icon|localEffect|32}}.}}
____________________________________________________________________________________________
 
|x1= <code>[[player]] '''setRank''' "COLONEL"</code> |EXAMPLE1=
____________________________________________________________________________________________


| [[rank]], [[setUnitRank]] |SEEALSO=
|s1= unitName [[setRank]] rank


|p1= unitName: [[Object]]
|p2= rank: [[String]] - one of:
{{Columns|4|
* {{hl|"PRIVATE"}}
* {{hl|"CORPORAL"}}
* {{hl|"SERGEANT"}}
* {{hl|"LIEUTENANT"}}
* {{hl|"CAPTAIN"}}
* {{hl|"MAJOR"}}
* {{hl|"COLONEL"}}
}}
}}


<h3 style="display:none">Notes</h3>
|r1= [[Nothing]]
<dl class="command_description">
 
<!-- Note Section BEGIN -->
|x1= <sqf>player setRank "COLONEL";</sqf>
<dd class="notedate">Posted on Mar 26, 2009 - 19:24
 
<dt class="note">'''[[User:Wolfrug|Wolfrug]]'''<dd class="note">
|seealso= [[rank]] [[setUnitRank]]
Changing a unit's rank using either [[setUnitRank]] or [[setRank]] will also REPLACE their current rating dependent on their new rank (colonels have a rating of 7500 etc). That is to say REPLACE, not add to: the unit's old rating will disappear with the rank change.
}}
<dd class="notedate">Posted on April 12, 2014
<dt class="note">'''[[User:Waffle SS.|Waffle SS.]]'''
<dd class="note">Behavior when used on players in multiplayer seems unpredictable. (ArmA 3 1.00)
<BR><BR>
<!-- Note Section END -->
</dl>


<h3 style="display:none">Bottom Section</h3>
{{Note
[[Category:Scripting Commands|SETRANK]]
|user= Wolfrug
[[Category:Scripting Commands ArmA|SETRANK]]
|timestamp= 20090326192400
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]]
|text= Changing a unit's rank using either [[setUnitRank]] or [[setRank]] will also REPLACE their current rating dependent on their new rank (colonels have a rating of 7500 etc).
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
That is to say REPLACE, not add to: the unit's old rating will disappear with the rank change.
[[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]]
}}
 
{{Note
|user= Waffle SS.
|timestamp= 20140412203900
|text= Behavior when used on players in multiplayer seems unpredictable. ({{arma3}} 1.00)
}}

Latest revision as of 19:00, 29 April 2023

Hover & click on the images for description

Description

Description:
Sets rank of given unit.
Arma 3
Before Arma 3 v1.68 and in previous titles, this command was GAGlobal LELocal.
Groups:
Unit Identity

Syntax

Syntax:
unitName setRank rank
Parameters:
unitName: Object
rank: String - one of:
  • "PRIVATE"
  • "CORPORAL"
  • "SERGEANT"
  • "LIEUTENANT"
  • "CAPTAIN"
  • "MAJOR"
  • "COLONEL"
Return Value:
Nothing

Examples

Example 1:
player setRank "COLONEL";

Additional Information

See also:
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
Wolfrug - c
Posted on Mar 26, 2009 - 19:24 (UTC)
Changing a unit's rank using either setUnitRank or setRank will also REPLACE their current rating dependent on their new rank (colonels have a rating of 7500 etc). That is to say REPLACE, not add to: the unit's old rating will disappear with the rank change.
Waffle SS. - c
Posted on Apr 12, 2014 - 20:39 (UTC)
Behavior when used on players in multiplayer seems unpredictable. (Arma 3 1.00)