yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
dungeon_commands.h File Reference
#include <string_view>
#include "cli/service/resources/command_handler.h"
Include dependency graph for dungeon_commands.h:

Go to the source code of this file.

Classes

class  yaze::cli::handlers::DungeonListSpritesCommandHandler
 Command handler for listing sprites in a dungeon room. More...
 
class  yaze::cli::handlers::DungeonDescribeRoomCommandHandler
 Command handler for describing a dungeon room. More...
 
class  yaze::cli::handlers::DungeonListChestsCommandHandler
 Command handler for listing chest items in dungeon rooms. More...
 
class  yaze::cli::handlers::DungeonGetEntranceCommandHandler
 Command handler for inspecting a dungeon entrance. More...
 
class  yaze::cli::handlers::DungeonExportRoomCommandHandler
 Command handler for exporting room data. More...
 
class  yaze::cli::handlers::DungeonListObjectsCommandHandler
 Command handler for listing objects in a room. More...
 
class  yaze::cli::handlers::DungeonGetRoomTilesCommandHandler
 Command handler for getting room tiles. More...
 
class  yaze::cli::handlers::DungeonSetRoomPropertyCommandHandler
 Command handler for setting room properties. More...
 
class  yaze::cli::handlers::DungeonRoomHeaderCommandHandler
 Command handler for reading raw room header bytes (diagnostic) More...
 
class  yaze::cli::handlers::DungeonGenerateTrackCollisionCommandHandler
 Generate track collision data from rail objects in a room. More...
 

Namespaces

namespace  yaze
 
namespace  yaze::cli
 Namespace for the command line interface.
 
namespace  yaze::cli::handlers
 

Functions

absl::Status yaze::cli::handlers::WriteDungeonSpawnPointReport (Rom *rom, int spawn_id, resources::OutputFormatter &formatter, std::string_view object_title)