Vegastrike 0.5.1 rc1
1.0
Original sources for Vegastrike Evolved
|
#include <command.h>
Public Member Functions | |
virtual | ~coms () |
coms (TFunctor *t_in) | |
coms (coms *oldCom) | |
coms (const coms &in) | |
Public Attributes | |
std::string | Name |
TFunctor * | functor |
|
virtual |
Definition at line 298 of file command.cpp.
coms::coms | ( | TFunctor * | t_in) |
coms::coms | ( | coms * | oldCom) |
coms::coms | ( | const coms & | in) |
TFunctor* coms::functor |
Definition at line 23 of file command.h.
Referenced by coms(), commandI::fexecute(), and commandI::~commandI().
std::string coms::Name |
Definition at line 22 of file command.h.
Referenced by commandI::addCommand(), coms(), and commandI::fexecute().