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 338 of file dungeon_editor_v2.h.
| std::vector<std::pair<int, zelda3::Room::SaveDirtySnapshot> > yaze::editor::DungeonEditorV2::SaveTransactionSnapshot::room_states |
Definition at line 339 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 340 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 341 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 342 of file dungeon_editor_v2.h.
Referenced by yaze::editor::DungeonEditorV2::BeginSaveTransaction().
| bool yaze::editor::DungeonEditorV2::SaveTransactionSnapshot::pit_damage_dirty = false |
Definition at line 343 of file dungeon_editor_v2.h.
Referenced by yaze::editor::DungeonEditorV2::BeginSaveTransaction().
| bool yaze::editor::DungeonEditorV2::SaveTransactionSnapshot::has_palette_transaction = false |
Definition at line 344 of file dungeon_editor_v2.h.
Referenced by yaze::editor::DungeonEditorV2::BeginSaveTransaction().