|
Kohi Game Engine
|
Context to be passed along with an executing console command (i.e. arguments to the command). More...
#include <console.h>
Data Fields | |
| const char * | command |
| The full, original console command. More... | |
| const char * | command_name |
| The console command name only. More... | |
| u8 | argument_count |
| The number of arguments passed. More... | |
| console_command_argument * | arguments |
| The arguments array. More... | |
| void * | listener |
| A pointer to a listener, if required. More... | |
Context to be passed along with an executing console command (i.e. arguments to the command).
| u8 argument_count |
The number of arguments passed.
| console_command_argument* arguments |
The arguments array.
| const char* command |
The full, original console command.
| const char* command_name |
The console command name only.
| void* listener |
A pointer to a listener, if required.