Method | Description | |
---|---|---|
Assault ( |
Moves this unit group according to the given pattern.
|
|
DeselectAll ( ) : void |
Deselects all units in this UnitSelection
|
|
MoveTo ( |
Moves this unit group according to the given pattern.
|
|
SelectAll ( ) : void |
Selects all units in this UnitSelection
|
|
UnitSelection ( ) : System | ||
UnitSelection ( CustomArrayList |
Method | Description | |
---|---|---|
GetClosestPoint ( |
Gets the point that is closest of a collection from a unit.
|
|
GetFarthestPoint ( |
Gets the point that is furthest away of a collcetion from a unit.
|
public Assault ( |
||
pattern | The pattern to use when calculating where the units should go. | |
return | void |
public MoveTo ( |
||
pattern | The pattern to use when calculating where the units should go. | |
return | void |
public UnitSelection ( CustomArrayList |
||
units | CustomArrayList |
|
return | System |