Public Attributes | |
| int | from_area |
| int | to_area |
| std::string | direction |
| int | edge_x |
| int | edge_y |
| bool | bidirectional |
Definition at line 57 of file overworld_graph_commands.h.
| int yaze::cli::handlers::OverworldExportGraphCommandHandler::AreaConnection::from_area |
Definition at line 58 of file overworld_graph_commands.h.
Referenced by yaze::cli::handlers::OverworldExportGraphCommandHandler::Execute().
| int yaze::cli::handlers::OverworldExportGraphCommandHandler::AreaConnection::to_area |
Definition at line 59 of file overworld_graph_commands.h.
Referenced by yaze::cli::handlers::OverworldExportGraphCommandHandler::Execute().
| std::string yaze::cli::handlers::OverworldExportGraphCommandHandler::AreaConnection::direction |
Definition at line 60 of file overworld_graph_commands.h.
Referenced by yaze::cli::handlers::OverworldExportGraphCommandHandler::Execute().
| int yaze::cli::handlers::OverworldExportGraphCommandHandler::AreaConnection::edge_x |
Definition at line 61 of file overworld_graph_commands.h.
Referenced by yaze::cli::handlers::OverworldExportGraphCommandHandler::Execute().
| int yaze::cli::handlers::OverworldExportGraphCommandHandler::AreaConnection::edge_y |
Definition at line 62 of file overworld_graph_commands.h.
Referenced by yaze::cli::handlers::OverworldExportGraphCommandHandler::Execute().
| bool yaze::cli::handlers::OverworldExportGraphCommandHandler::AreaConnection::bidirectional |
Definition at line 63 of file overworld_graph_commands.h.
Referenced by yaze::cli::handlers::OverworldExportGraphCommandHandler::Execute().