CommandFunction typedef | CommandInfoObject< T > | |
CommandInfoObject(const char *name, CommandFunction command, bool needobject=false, bool needlock=false, bool fullname=false) | CommandInfoObject< T > | [inline] |
CommandObject(const char *name, CommandFunction command, bool fullname=false) | CommandObject< T > | [inline] |
fullName() const | CommandObject< T > | [inline] |
getName() const | CommandObject< T > | [inline] |
m_command | CommandObject< T > | [protected] |
m_fullName | CommandObject< T > | [protected] |
m_name | CommandObject< T > | [protected] |
needLock() const | CommandInfoObject< T > | [inline] |
needObject() const | CommandInfoObject< T > | [inline] |
Run(T *owner, const std::string &argument) const | CommandObject< T > | [inline] |
~CommandObject() | CommandObject< T > | [inline] |