BIS fnc setRank: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\|gr([0-9]+) = " to "|gr$1= ")
m (Text replacement - "\|( *\[\[[a-zA-Z]+\]\]) * \|x1=" to "\|r1=$1 \|x1=")
Line 21: Line 21:
6 - "Colonel"
6 - "Colonel"


| [[Boolean]]
\|r1= [[Boolean]]


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


|seealso= [[rank]], [[setRank]]
|seealso= [[rank]], [[setRank]]

Revision as of 11:25, 10 June 2021

Hover & click on the images for description

Description

Description:
Description needed
Execution:
call
Groups:
Object Manipulation

Syntax

Syntax:
Syntax needed
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:
ranksetRank

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