CoordinateType

Module containing coordinate types.

Constants

BWAPI.CoordinateType.None

A default value for uninitialized coordinate types.

Equal to BWAPI.CoordinateType.Enum.None

BWAPI.CoordinateType.Screen

Origin (0,0) corresponds to the top left corner of the screen.

Equal to BWAPI.CoordinateType.Enum.Screen

BWAPI.CoordinateType.Map

Origin (0,0) corresponds to the top left corner of the map.

Equal to BWAPI.CoordinateType.Enum.Map

BWAPI.CoordinateType.Mouse

Origin (0,0) corresponds to the location of the mouse cursor.

Equal to BWAPI.CoordinateType.Enum.Mouse

Enum

Enumeration of coordinate types.

BWAPI.CoordinateType.Enum.None

Value of 0.

BWAPI.CoordinateType.Enum.Screen

Value of 1.

BWAPI.CoordinateType.Enum.Map

Value of 2.

BWAPI.CoordinateType.Enum.Mouse

Value of 3.