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 401 of file dungeon_editor_system.h.

Member Data Documentation

◆ state

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

Definition at line 402 of file dungeon_editor_system.h.

◆ rooms

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

Definition at line 403 of file dungeon_editor_system.h.

◆ sprites

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

Definition at line 404 of file dungeon_editor_system.h.

◆ items

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

Definition at line 405 of file dungeon_editor_system.h.

◆ entrances

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

Definition at line 406 of file dungeon_editor_system.h.

◆ doors

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

Definition at line 407 of file dungeon_editor_system.h.

◆ chests

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

Definition at line 408 of file dungeon_editor_system.h.

◆ timestamp

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

Definition at line 409 of file dungeon_editor_system.h.


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