BIS fnc rankParams: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " <nowiki>[</nowiki>" to " [<nowiki/>") |
m (Text replacement - "\[\[Category\:Function Group\: Misc(\|\{\{[a-zA-Z0-9_:]+\}\})?\]\]" to "") |
||
Line 47: | Line 47: | ||
<h3 style="display:none">Bottom Section</h3> | <h3 style="display:none">Bottom Section</h3> | ||
[[Category:Functions|{{uc:rankParams}}]] | [[Category:Functions|{{uc:rankParams}}]] | ||
[[Category:{{Name|arma3}}: Functions|{{uc:rankParams}}]] | [[Category:{{Name|arma3}}: Functions|{{uc:rankParams}}]] |
Revision as of 08:52, 10 October 2020
Description
- Description:
- Return information about military rank.
- Execution:
- call
- Groups:
- Uncategorised
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:
_shortRank = [player, "displayNameShort"] call BIS_fnc_rankParams;
Additional Information
- See also:
- ranksetUnitRank
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