#include <console.h>
Data Fields | |
char * | name |
name of the alias | |
IConsoleAlias * | next |
next alias in list | |
char * | cmdline |
command(s) that is/are being aliased |
You can use a simple alias to rename a longer command (eg 'lv' for 'list_vars' for example), or concatenate more commands into one (eg. 'ng' for 'load A; unpause; debug_level 5'). Aliases can parse the arguments given to them in the command line.
Definition at line 98 of file console.h.