getDescription: Difference between revisions
Jump to navigation
Jump to search
m (arma3 category) |
Killzone Kid (talk | contribs) No edit summary |
||
Line 43: | Line 43: | ||
[[Category:Arma 3: New Scripting Commands List|{{uc:{{PAGENAME}}}}]] | [[Category:Arma 3: New Scripting Commands List|{{uc:{{PAGENAME}}}}]] | ||
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]] | ||
<!-- CONTINUE Notes --> | |||
<dl class="command_description"> | |||
<dd class="notedate">Posted on September 21, 2014 - 18:47 (UTC)</dd> | |||
<dt class="note">[[User:Killzone Kid|Killzone Kid]]</dt> | |||
<dd class="note"> | |||
Pretty useless command tbh, return is something like this: | |||
<tt>["B_Soldier_F","Combat Fatigues (MTP)","Carrier Lite (Green)",""]</tt> or <tt>["ERROR","ERROR","ERROR","ERROR"]</tt> | |||
</dd> | |||
</dl> | |||
<!-- DISCONTINUE Notes --> |
Revision as of 19:47, 21 September 2014
Description
- Description:
- Returns the string representation of unit as an four slots array.
- Groups:
- Uncategorised
Syntax
- Syntax:
- getDescription unit
- Parameters:
- unit: Object
- Return Value:
- Array - [unit, uniform, vest, backpack]
Examples
- Example 1:
Additional Information
- See also:
- See also needed
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
Notes
- Druid
- Return value fixed in revision 0.51.103185.
Bottom Section
- Posted on September 21, 2014 - 18:47 (UTC)
- Killzone Kid
- Pretty useless command tbh, return is something like this: ["B_Soldier_F","Combat Fatigues (MTP)","Carrier Lite (Green)",""] or ["ERROR","ERROR","ERROR","ERROR"]