unsigned getBaseLvl() const
unsigned int getMana() const
std::string getName() const
std::string getCommand() const
void setSchoolLvl(const unsigned int schoolLvl)
CommandTargetT mTargetType
unsigned getSchoolLvl() const
void setBaseLvl(const unsigned int baseLvl)
void setSchool(const MagicSchoolT school)
TextCommandTypeT mCommandType
MagicSchoolT getSchool() const
void setTargetType(const CommandTargetT targetType)
void setCommand(const std::string &command)
std::string getSymbol() const
void setComment(const std::string &comment)
TextCommand(const int id, const std::string &symbol, const std::string &command, const std::string &comment, const CommandTargetT type, const std::string &icon, const unsigned int basicLvl, const MagicSchoolT school, const unsigned int schoolLvl, const unsigned int mana)
TextCommandTypeT getCommandType() const
void setIcon(const std::string &icon)
std::string getComment() const
CommandTargetT getTargetType() const
void setSymbol(const std::string &symbol)
std::string getIcon() const
void setCommandType(const TextCommandTypeT commandType)
void setMana(const unsigned int mana)
TextCommandType ::T TextCommandTypeT