yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::editor::OverworldEditor::OverworldUndoPoint Struct Reference

Public Attributes

int map_id = 0
 
int world = 0
 
std::vector< std::pair< std::pair< int, int >, int > > tile_changes
 
std::chrono::steady_clock::time_point timestamp
 

Detailed Description

Definition at line 538 of file overworld_editor.h.

Member Data Documentation

◆ map_id

int yaze::editor::OverworldEditor::OverworldUndoPoint::map_id = 0

Definition at line 539 of file overworld_editor.h.

Referenced by yaze::editor::OverworldEditor::CreateUndoPoint().

◆ world

int yaze::editor::OverworldEditor::OverworldUndoPoint::world = 0

Definition at line 540 of file overworld_editor.h.

◆ tile_changes

std::vector<std::pair<std::pair<int, int>, int> > yaze::editor::OverworldEditor::OverworldUndoPoint::tile_changes

Definition at line 542 of file overworld_editor.h.

◆ timestamp

std::chrono::steady_clock::time_point yaze::editor::OverworldEditor::OverworldUndoPoint::timestamp

Definition at line 543 of file overworld_editor.h.


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