AreaState
Bases: Enum
Enum to show the state of the Area object
Source code in AoE2ScenarioParser/objects/support/area.py
22 23 24 25 26 27 28 29 30 31 32 33 |
|
Attributes¶
Functions¶
def unchunkables(...)
staticmethod
¶
Returns the states that cannot be split into chunks
Source code in AoE2ScenarioParser/objects/support/area.py
30 31 32 33 |
|