|
libultraship
Reimplementations of libultra (N64 SDK) functions for modern hardware
|
Metadata for a single positional argument of a console command. More...
#include <Console.h>
Public Attributes | |
| std::string | Info |
| Human-readable description of the argument. | |
| ArgumentType | Type = ArgumentType::NUMBER |
| Expected value type (text or numeric). | |
| bool | Optional = false |
| If true, the argument may be omitted. | |
Metadata for a single positional argument of a console command.
| std::string Ship::CommandArgument::Info |
Human-readable description of the argument.
| bool Ship::CommandArgument::Optional = false |
If true, the argument may be omitted.
| ArgumentType Ship::CommandArgument::Type = ArgumentType::NUMBER |
Expected value type (text or numeric).