BIS fnc setRank: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "| arma 3 |Game name=" to "| arma3 |Game name=") |
Lou Montana (talk | contribs) m (Text replacement - "_{10,} " to "") |
||
Line 1: | Line 1: | ||
{{Function|Comments= | {{Function|Comments= | ||
| arma3 |Game name= | | arma3 |Game name= | ||
Line 7: | Line 6: | ||
|gr1 = Object Manipulation |GROUP1= | |gr1 = Object Manipulation |GROUP1= | ||
| Set rank of vehicle crew.|DESCRIPTION= | | Set rank of vehicle crew.|DESCRIPTION= | ||
| [target, rank] call [[BIS_fnc_setRank]] |SYNTAX= | | [target, rank] call [[BIS_fnc_setRank]] |SYNTAX= | ||
|p1= target: [[Object]] - The vehicle whose crew's rank should be adjusted|PARAMETER1= | |p1= target: [[Object]] - The vehicle whose crew's rank should be adjusted|PARAMETER1= | ||
Line 24: | Line 20: | ||
5 - "Major"<br> | 5 - "Major"<br> | ||
6 - "Colonel"|PARAMETER2= | 6 - "Colonel"|PARAMETER2= | ||
| [[Boolean]]|RETURNVALUE= | | [[Boolean]]|RETURNVALUE= | ||
|x1= <code>[ [[vehicle]] [[player]], "Captain" ] [[call]] [[BIS_fnc_setRank]];</code> |= | |x1= <code>[ [[vehicle]] [[player]], "Captain" ] [[call]] [[BIS_fnc_setRank]];</code> |= | ||
| [[rank]], [[setRank]] |SEEALSO= | | [[rank]], [[setRank]] |SEEALSO= |
Revision as of 23:49, 16 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