BIS fnc setRank: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " |s1=[" to " |s1= [") |
Lou Montana (talk | contribs) m (Text replacement - "(\|[pr][0-9]+ *= *[^- ]*) *- *R([a-z ])" to "$1 - r$2") |
||
Line 11: | Line 11: | ||
|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]] - | |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> |
Revision as of 15:47, 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