#include <overworld_inspect.h>
Public Attributes | |
std::optional< int > | world |
std::optional< int > | map_id |
std::optional< WarpType > | type |
Definition at line 78 of file overworld_inspect.h.
std::optional<int> yaze::cli::overworld::WarpQuery::world |
Definition at line 79 of file overworld_inspect.h.
Referenced by yaze::cli::overworld::CollectWarpEntries(), and yaze::cli::HandleOverworldListWarpsLegacy().
std::optional<int> yaze::cli::overworld::WarpQuery::map_id |
Definition at line 80 of file overworld_inspect.h.
Referenced by yaze::cli::overworld::CollectWarpEntries(), and yaze::cli::HandleOverworldListWarpsLegacy().
std::optional<WarpType> yaze::cli::overworld::WarpQuery::type |
Definition at line 81 of file overworld_inspect.h.
Referenced by yaze::cli::overworld::CollectWarpEntries(), and yaze::cli::HandleOverworldListWarpsLegacy().