List of all members.
Static Public Member Functions |
|
static void | init () |
|
static void | destroy () |
|
static void | add (const char *command_name, const char *desc, bool(*funcptr)(u32, char **)) |
|
static void | remove (const char *command_name) |
|
static void | run (char *str) |
|
static bool | bindKey (char *keyn, char *line) |
|
static bool | checkArgCount (u32 expected, u32 got, char **args) |
|
static void | consumeKeys () |
Static Public Attributes |
|
static Command_t * | command_hash [RC_COMMAND_HASH_SIZE] |
|
static Command_t * | command_head |
|
static u32 | n_bindings |
|
static KeyBinding_t | binding [RC_KEY_LAST] |
|
static Key_t | key [RC_KEY_LAST] |
The documentation for this class was generated from the following files:
- C:/Users/Malacka/Desktop/Magnus/RenderChimp/src/Command.h
- C:/Users/Malacka/Desktop/Magnus/RenderChimp/src/Command.cpp