Public Attributes | |
| int | id |
| std::string | name |
| int | world |
| int | grid_x |
| int | grid_y |
| std::string | size |
| int | parent_id |
| int | min_x |
| int | min_y |
| int | max_x |
| int | max_y |
Definition at line 46 of file overworld_graph_commands.h.
| int yaze::cli::handlers::OverworldExportGraphCommandHandler::AreaInfo::id |
Definition at line 47 of file overworld_graph_commands.h.
Referenced by yaze::cli::handlers::OverworldExportGraphCommandHandler::Execute().
| std::string yaze::cli::handlers::OverworldExportGraphCommandHandler::AreaInfo::name |
Definition at line 48 of file overworld_graph_commands.h.
Referenced by yaze::cli::handlers::OverworldExportGraphCommandHandler::Execute().
| int yaze::cli::handlers::OverworldExportGraphCommandHandler::AreaInfo::world |
Definition at line 49 of file overworld_graph_commands.h.
Referenced by yaze::cli::handlers::OverworldExportGraphCommandHandler::Execute().
| int yaze::cli::handlers::OverworldExportGraphCommandHandler::AreaInfo::grid_x |
Definition at line 50 of file overworld_graph_commands.h.
Referenced by yaze::cli::handlers::OverworldExportGraphCommandHandler::Execute().
| int yaze::cli::handlers::OverworldExportGraphCommandHandler::AreaInfo::grid_y |
Definition at line 51 of file overworld_graph_commands.h.
Referenced by yaze::cli::handlers::OverworldExportGraphCommandHandler::Execute().
| std::string yaze::cli::handlers::OverworldExportGraphCommandHandler::AreaInfo::size |
Definition at line 52 of file overworld_graph_commands.h.
Referenced by yaze::cli::handlers::OverworldExportGraphCommandHandler::Execute().
| int yaze::cli::handlers::OverworldExportGraphCommandHandler::AreaInfo::parent_id |
Definition at line 53 of file overworld_graph_commands.h.
Referenced by yaze::cli::handlers::OverworldExportGraphCommandHandler::Execute().
| int yaze::cli::handlers::OverworldExportGraphCommandHandler::AreaInfo::min_x |
Definition at line 54 of file overworld_graph_commands.h.
Referenced by yaze::cli::handlers::OverworldExportGraphCommandHandler::Execute().
| int yaze::cli::handlers::OverworldExportGraphCommandHandler::AreaInfo::min_y |
Definition at line 54 of file overworld_graph_commands.h.
Referenced by yaze::cli::handlers::OverworldExportGraphCommandHandler::Execute().
| int yaze::cli::handlers::OverworldExportGraphCommandHandler::AreaInfo::max_x |
Definition at line 54 of file overworld_graph_commands.h.
Referenced by yaze::cli::handlers::OverworldExportGraphCommandHandler::Execute().
| int yaze::cli::handlers::OverworldExportGraphCommandHandler::AreaInfo::max_y |
Definition at line 54 of file overworld_graph_commands.h.
Referenced by yaze::cli::handlers::OverworldExportGraphCommandHandler::Execute().