public class Groups
extends Object
Modifier and Type | Method and Description |
---|---|
void |
uiAddSelectNumberGroup(int group)
Adds the units in the given number group to current selection.
|
void |
uiClearNumberGroup(int group)
Erases the given number group.
|
void |
uiCreateNumberGroup(int group)
Creates a number group with the currently selected units.
|
void |
uiLookAtNumberGroup(int group)
Moves the camera to see the given number group.
|
void |
uiRemoveFromAnyNumberGroup()
Removes current selection from any army.
|
void |
uiSelectNumberGroup(int group)
Selects the units in the given number group.
|
public void uiCreateNumberGroup(int group)
public void uiClearNumberGroup(int group)
public void uiSelectNumberGroup(int group)
public void uiAddSelectNumberGroup(int group)
public void uiRemoveFromAnyNumberGroup()
public void uiLookAtNumberGroup(int group)