#include <luacmdproto.h>

Public Member Functions | |
| LuaCmdProto (const char *protoDef) | |
| LuaCmdProto (const LuaCmdProto &rhs) | |
| bool | Dispatch (void *, Cmd *) |
| Executes a command on the provided object. | |
| LuaCmdProto::LuaCmdProto | ( | const char * | protoDef | ) |
Constructor.
| protoDef | [in] Blue print string. |
| LuaCmdProto::LuaCmdProto | ( | const LuaCmdProto & | rhs | ) |
Copy constructor.
| bool LuaCmdProto::Dispatch | ( | void * | , | |
| Cmd * | ||||
| ) | [virtual] |
1.5.3