|
libultraship
Reimplementations of libultra (N64 SDK) functions for modern hardware
|
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< CommandArgument > | Arguments |
| Ordered list of expected arguments. | |
Registration record for a single console command.
| std::vector<CommandArgument> Ship::CommandEntry::Arguments |
Ordered list of expected arguments.
| std::string Ship::CommandEntry::Description |
Short description shown by the "help" command.
| CommandHandler Ship::CommandEntry::Handler |
Callable invoked when the command is executed.