BIS fnc setRank: Difference between revisions
Jump to navigation
Jump to search
m (pf) |
m (template:command argument fix) |
||
Line 7: | Line 7: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| Set rank of vehicle crew.|= | | Set rank of vehicle crew.|DESCRIPTION= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [target, rank] call [[BIS_fnc_setRank]] |= | | [target, rank] call [[BIS_fnc_setRank]] |SYNTAX= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|p1= target: [[Object]] - The vehicle whose crew's rank should be adjusted|= | |p1= target: [[Object]] - The vehicle whose crew's rank should be adjusted|PARAMETER1= | ||
|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 21: | Line 21: | ||
4 - "Captain"<br> | 4 - "Captain"<br> | ||
5 - "Major"<br> | 5 - "Major"<br> | ||
6 - "Colonel"|= | 6 - "Colonel"|PARAMETER2= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [[Boolean]]|= | | [[Boolean]]|RETURNVALUE= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Line 30: | Line 30: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [[rank]], [[setRank]] |= | | [[rank]], [[setRank]] |SEEALSO= | ||
}} | }} | ||
Revision as of 14:33, 7 April 2019
Description
- Description:
- Set rank of vehicle crew.
- Execution:
- call
- Groups:
- Uncategorised
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