BIS fnc setRank: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " *\|= " to " ") |
Lou Montana (talk | contribs) m (Text replacement - " *\| *([Cc]omments|COMMENTS|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments \("local" or "global"\)|Multiplayer Effects \("local" or "global"\)|Multiplayer Execution \("server" o...) |
||
Line 1: | Line 1: | ||
{{Function | {{Function | ||
| arma3 | | arma3 | ||
|1.00 | |1.00 | ||
|gr1 = Object Manipulation | |gr1 = Object Manipulation | ||
| Set rank of vehicle crew. | | Set rank of vehicle crew. | ||
| [target, rank] call [[BIS_fnc_setRank]] | | [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> | ||
Line 19: | Line 19: | ||
4 - "Captain"<br> | 4 - "Captain"<br> | ||
5 - "Major"<br> | 5 - "Major"<br> | ||
6 - "Colonel" | 6 - "Colonel" | ||
| [[Boolean]] | | [[Boolean]] | ||
|x1= <code>[ [[vehicle]] [[player]], "Captain" ] [[call]] [[BIS_fnc_setRank]];</code> | |x1= <code>[ [[vehicle]] [[player]], "Captain" ] [[call]] [[BIS_fnc_setRank]];</code> | ||
| [[rank]], [[setRank]] | | [[rank]], [[setRank]] | ||
}} | }} | ||
Revision as of 23:45, 17 January 2021
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
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