groupSelectedUnits: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
(Moved note text into description for better visibility)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Returns selected units in source group. |= Description
| Returns selected units in source group for normal commanding mode (individual units). For the High Command equivalent, see [[hcSelected]]. |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


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 11:21, 3 February 2016

Hover & click on the images for description

Description

Description:
Returns selected units in source group for normal commanding mode (individual units). For the High Command equivalent, see hcSelected.
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