libultraship
Reimplementations of libultra (N64 SDK) functions for modern hardware
Loading...
Searching...
No Matches
Ship::CommandEntry Struct Reference

Registration record for a single console command. More...

#include <Console.h>

Public Attributes

CommandHandler Handler
 Callable invoked when the command is executed.
 
std::string Description
 Short description shown by the "help" command.
 
std::vector< CommandArgumentArguments
 Ordered list of expected arguments.
 

Detailed Description

Registration record for a single console command.

Member Data Documentation

◆ Arguments

std::vector<CommandArgument> Ship::CommandEntry::Arguments

Ordered list of expected arguments.

◆ Description

std::string Ship::CommandEntry::Description

Short description shown by the "help" command.

◆ Handler

CommandHandler Ship::CommandEntry::Handler

Callable invoked when the command is executed.


The documentation for this struct was generated from the following file: