Region¶
Class¶
-
class
pybrood.Region¶ -
getID() → int¶
-
getRegionGroupID() → int¶
-
getCenter() → Tuple[int, int]¶
-
isHigherGround() → bool¶
-
getDefensePriority() → int¶
-
isAccessible() → bool¶
-
getNeighbors() → Regionset¶
-
getBoundsLeft() → int¶
-
getBoundsTop() → int¶
-
getBoundsRight() → int¶
-
getBoundsBottom() → int¶
-
getClosestAccessibleRegion() → Region¶
-
getClosestInaccessibleRegion() → Region¶
-
getDistance(other: Region) → int¶
-
getUnits() → Unitset¶
-