game_info.py
- class sc2.game_info.Ramp(points, game_info)
- property barracks_can_fit_addon: bool
Test if a barracks can fit an addon at natural ramp
- property protoss_wall_buildings: FrozenSet[Point2]
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
Pylon position that powers the two wall buildings and the warpin position.
- class sc2.game_info.GameInfo(proto)