groupSelectedUnits: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (example formating)
No edit summary
Line 44: Line 44:
[[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
<!-- CONTINUE Notes -->
<dl class="command_description">
<dd class="notedate">Posted on February 3, 2016 - 04:15 (UTC)</dd>
<dt class="note">[[User:Blazinone|Blazinone]]</dt>
<dd class="note">
This is for normal commanding mode (individual units). For the High Command equivalent, see [[hcSelected]].
</dd>
</dl>
<!-- DISCONTINUE Notes -->

Revision as of 06:15, 3 February 2016

Hover & click on the images for description

Description

Description:
Returns selected units in source group.
Groups:
Uncategorised

Syntax

Syntax:
groupSelectedUnits unit
Parameters:
unit: Object -
Return Value:
Array

Examples

Example 1:
_selectedUnits = groupSelectedUnits player;

Additional Information

See also:
groupSelectUnit

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

Bottom Section

Posted on February 3, 2016 - 04:15 (UTC)
Blazinone
This is for normal commanding mode (individual units). For the High Command equivalent, see hcSelected.