#include <skillhandler.h>
|
| SkillHandler () |
|
| ~SkillHandler () |
|
void | useBeing (const int id, const int level, const BeingId beingId) const |
|
void | useBeingStart (const int id, const int level, const BeingId beingId) const |
|
void | useStop (const int id) const |
|
void | usePos (const int id, const int level, const int x, const int y) const |
|
void | usePos (const int id, const int level, const int x, const int y, const std::string &text) const |
|
void | useMap (const int id, const std::string &map) const |
|
void | getAlchemistRanks () const |
|
void | getBlacksmithRanks () const |
|
void | getPkRanks () const |
|
void | getTaekwonRanks () const |
|
void | feelSaveOk (const int which) const |
|
void | lessEffects (const bool isLess) const |
|
Public Member Functions inherited from Ea::SkillHandler |
| SkillHandler () |
|
Public Member Functions inherited from Net::SkillHandler |
| SkillHandler () |
|
Definition at line 32 of file skillhandler.h.
◆ SkillHandler()
TmwAthena::SkillHandler::SkillHandler |
( |
| ) |
|
◆ ~SkillHandler()
TmwAthena::SkillHandler::~SkillHandler |
( |
| ) |
|
|
virtual |
◆ feelSaveOk()
void TmwAthena::SkillHandler::feelSaveOk |
( |
const int |
which | ) |
const |
|
virtual |
◆ getAlchemistRanks()
void TmwAthena::SkillHandler::getAlchemistRanks |
( |
| ) |
const |
|
virtual |
◆ getBlacksmithRanks()
void TmwAthena::SkillHandler::getBlacksmithRanks |
( |
| ) |
const |
|
virtual |
◆ getPkRanks()
void TmwAthena::SkillHandler::getPkRanks |
( |
| ) |
const |
|
virtual |
◆ getTaekwonRanks()
void TmwAthena::SkillHandler::getTaekwonRanks |
( |
| ) |
const |
|
virtual |
◆ lessEffects()
void TmwAthena::SkillHandler::lessEffects |
( |
const bool |
isLess | ) |
const |
|
virtual |
◆ useBeing()
void TmwAthena::SkillHandler::useBeing |
( |
const int |
id, |
|
|
const int |
level, |
|
|
const BeingId |
beingId |
|
) |
| const |
|
virtual |
◆ useBeingStart()
void TmwAthena::SkillHandler::useBeingStart |
( |
const int |
id, |
|
|
const int |
level, |
|
|
const BeingId |
beingId |
|
) |
| const |
|
virtual |
◆ useMap()
void TmwAthena::SkillHandler::useMap |
( |
const int |
id, |
|
|
const std::string & |
map |
|
) |
| const |
|
virtual |
◆ usePos() [1/2]
void TmwAthena::SkillHandler::usePos |
( |
const int |
id, |
|
|
const int |
level, |
|
|
const int |
x, |
|
|
const int |
y |
|
) |
| const |
|
virtual |
◆ usePos() [2/2]
void TmwAthena::SkillHandler::usePos |
( |
const int |
id, |
|
|
const int |
level, |
|
|
const int |
x, |
|
|
const int |
y, |
|
|
const std::string & |
text |
|
) |
| const |
|
virtual |
◆ useStop()
void TmwAthena::SkillHandler::useStop |
( |
const int |
id | ) |
const |
|
virtual |
The documentation for this class was generated from the following files: