Equivalent to Shift + number hotkey. Adds current selection into control group.
from protobuf enum value: Append = 3;
Equivalent to Shift + Alt + number hotkey. Adds current selection into control group. Units are removed from other control groups.
from protobuf enum value: AppendAndSteal = 5;
Equivalent to number hotkey. Replaces current selection with control group.
from protobuf enum value: Recall = 1;
Equivalent to Control + number hotkey. Sets control group to current selection.
from protobuf enum value: Set = 2;
Equivalent to Control + Alt + number hotkey. Sets control group to current selection. Units are removed from other control groups.
from protobuf enum value: SetAndSteal = 4;
synthetic value - protobuf-ts requires all enums to have a 0 value
Generated using TypeDoc
Generated
from protobuf enum SC2APIProtocol.ActionControlGroup.ControlGroupAction