hcSelected: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Added to "see also" + wikilinking + <code> tidy)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Returns selected groups in high command. |= Description
| Returns selected groups in [[High Command|high command]]. |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 21: Line 21:




|x1= <code>array <nowiki>=</nowiki> [[hcSelected]] unit;</code>|= EXAMPLE1  
|x1= <code>array = [[hcSelected]] unit;</code>|= EXAMPLE1  


____________________________________________________________________________________________
____________________________________________________________________________________________


| |= SEEALSO  
| [[High Command]],
[[hcAllGroups]],
[[hcGroupParams]],
[[hcLeader]],
[[hcRemoveAllGroups]],
[[hcRemoveGroup]],
[[hcSelectGroup]],
[[hcSetGroup]],
[[hcShowBar]],
[[hcShownBar]] |= SEEALSO  


|  |= MPBEHAVIOUR  
|  |= MPBEHAVIOUR  

Revision as of 06:39, 22 March 2014

Hover & click on the images for description

Description

Description:
Returns selected groups in high command.
Groups:
Uncategorised

Syntax

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

Examples

Example 1:
array = hcSelected unit;

Additional Information

See also:
High Command, hcAllGroups, hcGroupParams, hcLeader, hcRemoveAllGroups, hcRemoveGroup, hcSelectGroup, hcSetGroup, hcShowBar, hcShownBar

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