ManaPlus
|
#include <mercenaryinfo.h>
Public Member Functions | |
MercenaryInfo () | |
Data Fields | |
std::string | name |
BeingId | id |
int | level |
int | range |
Definition at line 30 of file mercenaryinfo.h.
|
inline |
Definition at line 32 of file mercenaryinfo.h.
BeingId MercenaryInfo::id |
Definition at line 42 of file mercenaryinfo.h.
Referenced by PlayerInfo::getMercenaryId(), and EAthena::MercenaryRecv::processMercenaryInfo().
int MercenaryInfo::level |
Definition at line 43 of file mercenaryinfo.h.
Referenced by EAthena::MercenaryRecv::processMercenaryInfo(), and PlayerInfo::setMercenaryBeing().
std::string MercenaryInfo::name |
Definition at line 41 of file mercenaryinfo.h.
Referenced by EAthena::MercenaryRecv::processMercenaryInfo(), and PlayerInfo::setMercenaryBeing().
int MercenaryInfo::range |
Definition at line 44 of file mercenaryinfo.h.
Referenced by EAthena::MercenaryRecv::processMercenaryInfo(), and PlayerInfo::setMercenaryBeing().