Interface ActionSpatialUnitSelectionRect

Generated

from protobuf message SC2APIProtocol.ActionSpatialUnitSelectionRect

interface ActionSpatialUnitSelectionRect {
    selectionAdd?: boolean;
    selectionScreenCoord: RectangleI[];
}

Properties

selectionAdd?: boolean

Generated

from protobuf field: optional bool selection_add = 2;

selectionScreenCoord: RectangleI[]

Generated

from protobuf field: repeated SC2APIProtocol.RectangleI selection_screen_coord = 1;

Generated using TypeDoc