BIS fnc setRank: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "|= Game version" to "|Game version=") |
Lou Montana (talk | contribs) m (Text replacement - ">\[ +(.*) *\] +(call|spawn)" to ">[$1] $2") |
||
(30 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{ | {{RV|type=function | ||
| | |game1= arma3 | ||
|version1= 1.00 | |||
| | |gr1= Object Manipulation | ||
| Set rank of vehicle crew. | |descr= Set rank of vehicle crew. | ||
| [target, rank] call [[BIS_fnc_setRank]] | |s1= [target, rank] call [[BIS_fnc_setRank]] | ||
|p1= target: [[Object]] - | |p1= target: [[Object]] - the vehicle whose crew's rank should be adjusted | ||
|p2= rank: [[String]] or [[Number]] - | |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 21: | Line 18: | ||
4 - "Captain"<br> | 4 - "Captain"<br> | ||
5 - "Major"<br> | 5 - "Major"<br> | ||
6 - "Colonel" | 6 - "Colonel" | ||
| [[Boolean]] | |r1= [[Boolean]] | ||
|x1= < | |x1= <sqf>[vehicle player, "Captain"] call BIS_fnc_setRank;</sqf> | ||
| [[rank]] | |seealso= [[rank]] [[setRank]] | ||
}} | }} | ||
Latest revision as of 17:27, 8 November 2023
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:
Additional Information
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