Interface ActionSpatialUnitSelectionPoint

Generated

from protobuf message SC2APIProtocol.ActionSpatialUnitSelectionPoint

interface ActionSpatialUnitSelectionPoint {
    selectionScreenCoord?: any;
    type?: ActionSpatialUnitSelectionPoint_Type;
}

Properties

selectionScreenCoord?: any

Generated

from protobuf field: optional SC2APIProtocol.PointI selection_screen_coord = 1;

Generated

from protobuf field: optional SC2APIProtocol.ActionSpatialUnitSelectionPoint.Type type = 2;

Generated using TypeDoc