Public Attributes | |
| int | id |
| std::string | name |
| int | area_id |
| int | position_x |
| int | position_y |
| int | dest_room_id |
| bool | is_hole |
Definition at line 66 of file overworld_graph_commands.h.
| int yaze::cli::handlers::OverworldExportGraphCommandHandler::EntranceInfo::id |
Definition at line 67 of file overworld_graph_commands.h.
Referenced by yaze::cli::handlers::OverworldExportGraphCommandHandler::Execute().
| std::string yaze::cli::handlers::OverworldExportGraphCommandHandler::EntranceInfo::name |
Definition at line 68 of file overworld_graph_commands.h.
Referenced by yaze::cli::handlers::OverworldExportGraphCommandHandler::Execute().
| int yaze::cli::handlers::OverworldExportGraphCommandHandler::EntranceInfo::area_id |
Definition at line 69 of file overworld_graph_commands.h.
Referenced by yaze::cli::handlers::OverworldExportGraphCommandHandler::Execute().
| int yaze::cli::handlers::OverworldExportGraphCommandHandler::EntranceInfo::position_x |
Definition at line 70 of file overworld_graph_commands.h.
Referenced by yaze::cli::handlers::OverworldExportGraphCommandHandler::Execute().
| int yaze::cli::handlers::OverworldExportGraphCommandHandler::EntranceInfo::position_y |
Definition at line 71 of file overworld_graph_commands.h.
Referenced by yaze::cli::handlers::OverworldExportGraphCommandHandler::Execute().
| int yaze::cli::handlers::OverworldExportGraphCommandHandler::EntranceInfo::dest_room_id |
Definition at line 72 of file overworld_graph_commands.h.
Referenced by yaze::cli::handlers::OverworldExportGraphCommandHandler::Execute().
| bool yaze::cli::handlers::OverworldExportGraphCommandHandler::EntranceInfo::is_hole |
Definition at line 73 of file overworld_graph_commands.h.
Referenced by yaze::cli::handlers::OverworldExportGraphCommandHandler::Execute().