Enumeration ActionSelectIdleWorker_Type

Generated

from protobuf enum SC2APIProtocol.ActionSelectIdleWorker.Type

Enumeration Members

Enumeration Members

Add: 2

Equivalent to shift+click. Adds single idle worker to current selection.

Generated

from protobuf enum value: Add = 2;

AddAll: 4

Equivalent to shift+control+click. Adds all idle workers to current selection.

Generated

from protobuf enum value: AddAll = 4;

All: 3

Equivalent to control+click. Selects all idle workers.

Generated

from protobuf enum value: All = 3;

Set: 1

Equivalent to click with no modifiers. Replaces selection with single idle worker.

Generated

from protobuf enum value: Set = 1;

UNSPECIFIED$: 0

Generated

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

Generated using TypeDoc