Enumeration ActionControlGroup_ControlGroupAction

Generated

from protobuf enum SC2APIProtocol.ActionControlGroup.ControlGroupAction

Enumeration Members

Append: 3

Equivalent to Shift + number hotkey. Adds current selection into control group.

Generated

from protobuf enum value: Append = 3;

AppendAndSteal: 5

Equivalent to Shift + Alt + number hotkey. Adds current selection into control group. Units are removed from other control groups.

Generated

from protobuf enum value: AppendAndSteal = 5;

Recall: 1

Equivalent to number hotkey. Replaces current selection with control group.

Generated

from protobuf enum value: Recall = 1;

Set: 2

Equivalent to Control + number hotkey. Sets control group to current selection.

Generated

from protobuf enum value: Set = 2;

SetAndSteal: 4

Equivalent to Control + Alt + number hotkey. Sets control group to current selection. Units are removed from other control groups.

Generated

from protobuf enum value: SetAndSteal = 4;

UNSPECIFIED$: 0

Generated

synthetic value - protobuf-ts requires all enums to have a 0 value

Generated using TypeDoc