ManaPlus
|
#include <party.h>
Public Member Functions | |
const Party * | getParty () const |
bool | getLeader () const |
void | setLeader (const bool leader) |
Public Member Functions inherited from Avatar | |
Avatar (const std::string &name) | |
virtual | ~Avatar () |
std::string | getName () const |
void | setName (const std::string &name) |
std::string | getOriginalName () const |
std::string | getComplexName () const |
virtual std::string | getAdditionString () const |
void | setOriginalName (const std::string &name) |
bool | getOnline () const |
void | setOnline (const bool online) |
int | getHp () const |
void | setHp (const int hp) |
int | getMaxHp () const |
void | setMaxHp (const int maxHp) |
int | getDamageHp () const |
void | setDamageHp (const int damageHp) |
bool | getDisplayBold () const |
void | setDisplayBold (const bool displayBold) |
int | getLevel () const |
void | setLevel (const int level) |
std::string | getMap () const |
void | setMap (const std::string &map) |
int | getX () const |
void | setX (const int x) |
int | getY () const |
void | setY (const int y) |
int | getType () const |
void | setType (const int n) |
int | getExp () const |
void | setExp (const int n) |
BeingId | getID () const |
void | setID (const BeingId id) |
int | getCharId () const |
void | setCharId (const int id) |
GenderT | getGender () const |
void | setGender (const GenderT g) |
int | getRace () const |
void | setRace (const int r) |
const std::string & | getIp () const |
void | setIp (const std::string &ip) |
bool | getPoison () const |
void | setPoison (const bool b) |
Protected Member Functions | |
PartyMember (Party *const party, const BeingId id, const std::string &name) | |
Protected Attributes | |
Party * | mParty |
bool | mLeader |
Protected Attributes inherited from Avatar | |
BeingId | mId |
int | mCharId |
std::string | mName |
std::string | mOriginalName |
int | mHp |
int | mMaxHp |
int | mDamageHp |
int | mLevel |
std::string | mMap |
int | mX |
int | mY |
int | mType |
int | mExp |
GenderT | mGender |
int | mRace |
std::string | mIp |
bool | mOnline |
bool | mDisplayBold |
bool | mPoison |
Friends | |
class | Party |
|
protected |
|
inline |
|
inline |
|
inline |
Definition at line 48 of file party.h.
References mLeader, and Avatar::setDisplayBold().
Referenced by EAthena::PartyRecv::processPartyInfo(), TmwAthena::PartyRecv::processPartyInfo(), EAthena::PartyRecv::processPartyLeader(), and EAthena::PartyRecv::processPartyMemberInfo().
|
protected |
Definition at line 59 of file party.h.
Referenced by getLeader(), and setLeader().
|
protected |
Definition at line 58 of file party.h.
Referenced by getParty(), and Party::isMember().