BIS fnc rankParams: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " \| *(\[[a-zA-Z,. ]*\] call ('''|\[\[)?BI(N|S)_fnc_[a-zA-Z]+('''|\]\])?) * \|p1=" to " |s1=$1 |p1=") |
Lou Montana (talk | contribs) m (Text replacement - "= <code>([^<{]+)<\/code>" to "= <sqf>$1</sqf>") |
||
(9 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{RV|type=function | {{RV|type=function | ||
| arma3 | |game1= arma3 | ||
|version1= 1.00 | |||
|1.00 | |||
|gr1= Object Manipulation | |gr1= Object Manipulation | ||
| Return information about military rank. | |descr= Return information about military rank. | ||
1: STRING - requited data, can be one of following: | 1: STRING - requited data, can be one of following: | ||
Line 15: | Line 14: | ||
"texture" - path to rank insignia | "texture" - path to rank insignia | ||
|s1=[source, infoType] call [[BIS_fnc_rankParams]] | |s1= [source, infoType] call [[BIS_fnc_rankParams]] | ||
|p1= source: [[Number]], [[String]] or [[Object]] - can be one of: | |p1= source: [[Number]], [[String]] or [[Object]] - can be one of: | ||
Line 30: | Line 29: | ||
|r1= [[String]] | |r1= [[String]] | ||
|x1= < | |x1= <sqf>private _shortRank = [player, "displayNameShort"] call BIS_fnc_rankParams;</sqf> | ||
|seealso= [[rank]] | |seealso= [[rank]] [[setUnitRank]] | ||
}} | }} |
Latest revision as of 17:00, 13 July 2022
Description
- Description:
- Return information about military rank. 1: STRING - requited data, can be one of following: "displayName" - full localized name (e.g. "Major") "displayNameShort" - short localized name (e.g. "Maj.") "classname" - system name (e.g. "MAJOR") "texture" - path to rank insignia
- Execution:
- call
- Groups:
- Object Manipulation
Syntax
- Syntax:
- [source, infoType] call BIS_fnc_rankParams
- Parameters:
- source: Number, String or Object - can be one of:
- infoType: String - can be one of:
- "displayName" - full localized name (e.g. "Major")
- "displayNameShort" - short localized name (e.g. "Maj.")
- "classname" - system name (e.g. "MAJOR")
- "texture" - path to rank insignia
- Return Value:
- String
Examples
- Example 1:
Additional Information
- See also:
- rank setUnitRank
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