getDescription: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "<dl class='command_description'>" to "<dl class="command_description">") |
Lou Montana (talk | contribs) m (Text replacement - "<tt>([^= ]+)<\/tt>" to "{{hl|$1}}") |
||
Line 12: | Line 12: | ||
|p1= unit: [[Object]] | |p1= unit: [[Object]] | ||
|r1= [[Array]] of [[String]]s to format | |r1= [[Array]] of [[String]]s to format {{hl|[unit'''Class''', uniform'''Name''', vest'''Name''', backpack'''Class''']}} | ||
|x1= <code>[[getDescription]] [[player]]; {{cc|(UAV Operator)}} | |x1= <code>[[getDescription]] [[player]]; {{cc|(UAV Operator)}} |
Revision as of 00:18, 16 November 2021
Description
- Description:
- Returns the string representation of unit as an four slots array.
- Groups:
- Object Manipulation
Syntax
- Syntax:
- getDescription unit
- Parameters:
- unit: Object
- Return Value:
- Array of Strings to format [unitClass, uniformName, vestName, backpackClass]
Examples
- Example 1:
getDescription player; // (UAV Operator) // returns ["B_soldier_UAV_F", "Combat Fatigues (MTP)", "Carrier Special Rig (Green)", "B_UAV_01_backpack_F"]
- Example 2:
getDescription objNull; // returns ["ERROR", "ERROR", "ERROR", "ERROR"]
Additional Information
- See also:
- roleDescriptionvehicleVarName
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
- Druid
- Return value fixed in revision 0.51.103185.