Public Attributes | |
| std::vector< std::pair< int, zelda3::Room::SaveDirtySnapshot > > | room_states |
| std::array< bool, zelda3::kNumDungeonEntranceSlots > | entrance_dirty_states {} |
| std::array< bool, zelda3::kNumDungeonSpawnPoints > | spawn_dirty_states {} |
| bool | has_pit_damage_table = false |
| bool | pit_damage_dirty = false |
| bool | has_palette_transaction = false |
Definition at line 323 of file dungeon_editor_v2.h.
| std::vector<std::pair<int, zelda3::Room::SaveDirtySnapshot> > yaze::editor::DungeonEditorV2::SaveTransactionSnapshot::room_states |
Definition at line 324 of file dungeon_editor_v2.h.
Referenced by yaze::editor::DungeonEditorV2::BeginSaveTransaction().
| std::array<bool, zelda3::kNumDungeonEntranceSlots> yaze::editor::DungeonEditorV2::SaveTransactionSnapshot::entrance_dirty_states {} |
Definition at line 325 of file dungeon_editor_v2.h.
Referenced by yaze::editor::DungeonEditorV2::BeginSaveTransaction().
| std::array<bool, zelda3::kNumDungeonSpawnPoints> yaze::editor::DungeonEditorV2::SaveTransactionSnapshot::spawn_dirty_states {} |
Definition at line 326 of file dungeon_editor_v2.h.
Referenced by yaze::editor::DungeonEditorV2::BeginSaveTransaction().
| bool yaze::editor::DungeonEditorV2::SaveTransactionSnapshot::has_pit_damage_table = false |
Definition at line 327 of file dungeon_editor_v2.h.
Referenced by yaze::editor::DungeonEditorV2::BeginSaveTransaction().
| bool yaze::editor::DungeonEditorV2::SaveTransactionSnapshot::pit_damage_dirty = false |
Definition at line 328 of file dungeon_editor_v2.h.
Referenced by yaze::editor::DungeonEditorV2::BeginSaveTransaction().
| bool yaze::editor::DungeonEditorV2::SaveTransactionSnapshot::has_palette_transaction = false |
Definition at line 329 of file dungeon_editor_v2.h.
Referenced by yaze::editor::DungeonEditorV2::BeginSaveTransaction().