#include <console.h>
Data Fields | |
char * | name |
name of the variable | |
IConsoleVar * | next |
next variable in list | |
void * | addr |
the address where the variable is pointing at | |
uint32 | size |
size of the variable, used for strings | |
char * | help |
the optional help string shown when requesting information | |
IConsoleVarTypes | type |
type of variable (for correct assignment/output) | |
IConsoleCmdProc * | proc |
some variables need really special handling, use a callback function for that | |
IConsoleHooks | hook |
any special trigger action that needs executing |
After changing they keep their new value and can be used for debugging, gameplay, etc. It accepts:
Definition at line 75 of file console.h.