#include <overworld_inspect.h>
Public Attributes | |
int | map_id |
int | world |
uint16_t | tile_id |
int | count |
std::vector< std::pair< int, int > > | positions |
Definition at line 126 of file overworld_inspect.h.
int yaze::cli::overworld::TileStatistics::map_id |
Definition at line 127 of file overworld_inspect.h.
Referenced by yaze::cli::overworld::AnalyzeTileUsage().
int yaze::cli::overworld::TileStatistics::world |
Definition at line 128 of file overworld_inspect.h.
Referenced by yaze::cli::overworld::AnalyzeTileUsage().
uint16_t yaze::cli::overworld::TileStatistics::tile_id |
Definition at line 129 of file overworld_inspect.h.
Referenced by yaze::cli::overworld::AnalyzeTileUsage().
int yaze::cli::overworld::TileStatistics::count |
Definition at line 130 of file overworld_inspect.h.
Referenced by yaze::cli::overworld::AnalyzeTileUsage().
std::vector<std::pair<int, int> > yaze::cli::overworld::TileStatistics::positions |
Definition at line 131 of file overworld_inspect.h.
Referenced by yaze::cli::overworld::AnalyzeTileUsage().