Equivalent to shift+click. Adds single idle worker to current selection.
from protobuf enum value: Add = 2;
Equivalent to shift+control+click. Adds all idle workers to current selection.
from protobuf enum value: AddAll = 4;
Equivalent to control+click. Selects all idle workers.
from protobuf enum value: All = 3;
Equivalent to click with no modifiers. Replaces selection with single idle worker.
from protobuf enum value: Set = 1;
synthetic value - protobuf-ts requires all enums to have a 0 value
Generated using TypeDoc
Generated
from protobuf enum SC2APIProtocol.ActionSelectIdleWorker.Type