yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::zelda3::DungeonEditorSystem::UndoPoint Struct Reference
Collaboration diagram for yaze::zelda3::DungeonEditorSystem::UndoPoint:

Public Attributes

EditorState state
 
std::unordered_map< int, Roomrooms
 
std::unordered_map< int, SpriteDatasprites
 
std::unordered_map< int, ItemDataitems
 
std::unordered_map< int, EntranceDataentrances
 
std::unordered_map< int, DoorDatadoors
 
std::unordered_map< int, ChestDatachests
 
std::chrono::steady_clock::time_point timestamp
 

Detailed Description

Definition at line 389 of file dungeon_editor_system.h.

Member Data Documentation

◆ state

EditorState yaze::zelda3::DungeonEditorSystem::UndoPoint::state

Definition at line 390 of file dungeon_editor_system.h.

◆ rooms

std::unordered_map<int, Room> yaze::zelda3::DungeonEditorSystem::UndoPoint::rooms

Definition at line 391 of file dungeon_editor_system.h.

◆ sprites

std::unordered_map<int, SpriteData> yaze::zelda3::DungeonEditorSystem::UndoPoint::sprites

Definition at line 392 of file dungeon_editor_system.h.

◆ items

std::unordered_map<int, ItemData> yaze::zelda3::DungeonEditorSystem::UndoPoint::items

Definition at line 393 of file dungeon_editor_system.h.

◆ entrances

std::unordered_map<int, EntranceData> yaze::zelda3::DungeonEditorSystem::UndoPoint::entrances

Definition at line 394 of file dungeon_editor_system.h.

◆ doors

std::unordered_map<int, DoorData> yaze::zelda3::DungeonEditorSystem::UndoPoint::doors

Definition at line 395 of file dungeon_editor_system.h.

◆ chests

std::unordered_map<int, ChestData> yaze::zelda3::DungeonEditorSystem::UndoPoint::chests

Definition at line 396 of file dungeon_editor_system.h.

◆ timestamp

std::chrono::steady_clock::time_point yaze::zelda3::DungeonEditorSystem::UndoPoint::timestamp

Definition at line 397 of file dungeon_editor_system.h.


The documentation for this struct was generated from the following file: