BaseMod.properties.PropertiesHistory¶ Classes BorderChange(history, border_tiles) LevelResizedProperties(history, newrect) TileSeedChange(history, seed) WaterChange(history, level, infront) class BaseMod.properties.PropertiesHistory.BorderChange(history, border_tiles: list[int])[source]¶ Parameters: border_tiles (list[int]) undo_changes()[source]¶ redo_changes()[source]¶ class BaseMod.properties.PropertiesHistory.TileSeedChange(history, seed: int)[source]¶ Parameters: seed (int) undo_changes()[source]¶ redo_changes()[source]¶ class BaseMod.properties.PropertiesHistory.WaterChange(history, level: int, infront: int)[source]¶ Parameters: level (int) infront (int) undo_changes()[source]¶ redo_changes()[source]¶ class BaseMod.properties.PropertiesHistory.LevelResizedProperties(history, newrect)[source]¶ undo_changes()[source]¶ redo_changes()[source]¶