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 | |
u8 | argument_count |
The number of arguments passed. More... | |
console_command_argument * | arguments |
The arguments array. 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.