groupSelectUnit: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (groupSelect moved to groupSelectUnit: command name was truncated, no links)
(overwrite with new groupSelectUnit stub)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Returns selected groups in sgroup. |= Description
| Select unit from unit's group. |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


| '''groupSelect'''edUnits unit |= Syntax
| unitName [[groupSelectUnit]] [unit, booleanValue] |= Syntax


|p1= unit: [[Object]] - |= PARAMETER1  
|p1= unitName: [[Object]] - desc |= PARAMETER1  


|p2= |= PARAMETER2  
|p2= [unit, booleanValue]: [[Array]]|= PARAMETER2  


|p3= |= PARAMETER3  
|p3= unit: [[Object]] - desc |= PARAMETER3  


| [[Array]] |= RETURNVALUE  
|p4= booleanValue: [[Boolean]] - desc|= PARAMETER3
 
| [[Nothing]] |= RETURNVALUE  





Revision as of 07:57, 23 June 2009

Hover & click on the images for description

Description

Description:
Select unit from unit's group.
Groups:
Uncategorised

Syntax

Syntax:
unitName groupSelectUnit [unit, booleanValue]
Parameters:
unitName: Object - desc
[unit, booleanValue]: Array
unit: Object - desc
booleanValue: Boolean - desc
Return Value:
Nothing

Examples

Example 1:
(example)

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

Bottom Section