Kohi Game Engine
|
Represents a single console command argument's value. Always represented as a string, it is up to the console command function to interpret and convert it to the required type during processing. More...
#include <console.h>
Data Fields | |
const char * | value |
The argument's value. More... | |
Represents a single console command argument's value. Always represented as a string, it is up to the console command function to interpret and convert it to the required type during processing.
const char* value |
The argument's value.