Enumeration ActionSpatialUnitSelectionPoint_Type

Generated

from protobuf enum SC2APIProtocol.ActionSpatialUnitSelectionPoint.Type

Enumeration Members

AddAllType: 4

Equivalent to shift+control+click. Selects all units of a given type.

Generated

from protobuf enum value: AddAllType = 4;

AllType: 3

Equivalent to control+click. Selects all units of a given type.

Generated

from protobuf enum value: AllType = 3;

Select: 1

Equivalent to normal click. Changes selection to unit.

Generated

from protobuf enum value: Select = 1;

Toggle: 2

Equivalent to shift+click. Toggle selection of unit.

Generated

from protobuf enum value: Toggle = 2;

UNSPECIFIED$: 0

Generated

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

Generated using TypeDoc