Does not require a target.
from protobuf enum value: None = 1;
Requires a target position.
from protobuf enum value: Point = 2;
Requires either a target point or no target. (eg. building add-ons)
from protobuf enum value: PointOrNone = 5;
Requires either a target point or target unit.
from protobuf enum value: PointOrUnit = 4;
synthetic value - protobuf-ts requires all enums to have a 0 value
Requires a unit to target. Given by position using feature layers.
from protobuf enum value: Unit = 3;
Generated using TypeDoc
Generated
from protobuf enum SC2APIProtocol.AbilityData.Target