BIS fnc setRank: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "<code>([^<]*)\[\[([a-zA-Z][a-zA-Z0-9_]+)\]\]([^<]*) *<\/code>" to "<code>$1$2$3</code>")
m (Text replacement - ">\[ +(.*) *\] +(call|spawn)" to ">[$1] $2")
 
(7 intermediate revisions by the same user not shown)
Line 8: Line 8:
|descr= Set rank of vehicle crew.
|descr= Set rank of vehicle crew.


|s1=[target, rank] call [[BIS_fnc_setRank]]
|s1= [target, rank] call [[BIS_fnc_setRank]]


|p1= target: [[Object]] - The vehicle whose crew's rank should be adjusted
|p1= target: [[Object]] - the vehicle whose crew's rank should be adjusted
|p2= rank: [[String]] or [[Number]] - Rank name or rank ID, can be:<br>
|p2= rank: [[String]] or [[Number]] - rank name or rank ID, can be:<br>
0 - "Private"<br>
0 - "Private"<br>
1 - "Corporal"<br>
1 - "Corporal"<br>
Line 22: Line 22:
|r1= [[Boolean]]
|r1= [[Boolean]]


|x1= <code>[ vehicle [[player]], "Captain" ] [[call]] [[BIS_fnc_setRank]];</code>
|x1= <sqf>[vehicle player, "Captain"] call BIS_fnc_setRank;</sqf>


|seealso= [[rank]] [[setRank]]
|seealso= [[rank]] [[setRank]]
}}
}}

Latest revision as of 18:27, 8 November 2023

Hover & click on the images for description

Description

Description:
Set rank of vehicle crew.
Execution:
call
Groups:
Object Manipulation

Syntax

Syntax:
[target, rank] call BIS_fnc_setRank
Parameters:
target: Object - the vehicle whose crew's rank should be adjusted
rank: String or Number - rank name or rank ID, can be:
0 - "Private"
1 - "Corporal"
2 - "Sergeant"
3 - "Lieutenant"
4 - "Captain"
5 - "Major"
6 - "Colonel"
Return Value:
Boolean

Examples

Example 1:
[vehicle player, "Captain"] call BIS_fnc_setRank;

Additional Information

See also:
rank setRank

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