game_info.py#
- class sc2.game_info.Ramp(points: frozenset[Point2], game_info: GameInfo) None[source]#
-
- property barracks_correct_placement: Point2 | None[source]#
Corrected placement so that an addon can fit
- property protoss_wall_buildings: frozenset[Point2][source]#
List of two positions for 3x3 buildings that form a wall with a spot for a one unit block. These buildings can be powered by a pylon on the protoss_wall_pylon position.
- property protoss_wall_pylon: Point2 | None[source]#
Pylon position that powers the two wall buildings and the warpin position.