#include <CUI_Console.h>
Public Member Functions | |
| CUI_ConsoleFun (const char *name, CUI_Console::cfun *function) | |
| ~CUI_ConsoleFun () | |
| destructor | |
| bool | Execute (CUI_Console *con, char *param) |
| execute this cfun with the given parameters | |
Protected Attributes | |
| std::string | m_name |
| name | |
| CUI_Console::cfun * | m_function |
| pointer to the function to call | |
Used to execute a function associated with the application. Parameters is always a string, let the app function do the conversion to figure out what it's getting.
1.3.4