Enumeration AbilityData_Target

Generated

from protobuf enum SC2APIProtocol.AbilityData.Target

Enumeration Members

None: 1

Does not require a target.

Generated

from protobuf enum value: None = 1;

Point: 2

Requires a target position.

Generated

from protobuf enum value: Point = 2;

PointOrNone: 5

Requires either a target point or no target. (eg. building add-ons)

Generated

from protobuf enum value: PointOrNone = 5;

PointOrUnit: 4

Requires either a target point or target unit.

Generated

from protobuf enum value: PointOrUnit = 4;

UNSPECIFIED$: 0

Generated

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

Unit: 3

Requires a unit to target. Given by position using feature layers.

Generated

from protobuf enum value: Unit = 3;

Generated using TypeDoc