ManaPlus
|
#include <localclan.h>
Public Member Functions | |
LocalClan () | |
void | clear () |
Data Fields | |
std::vector< std::string > | allyClans |
std::vector< std::string > | antagonistClans |
std::string | name |
std::string | masterName |
std::string | mapName |
std::vector< std::string > | stats |
int | id |
int | onlineMembers |
int | totalMembers |
Definition at line 31 of file localclan.h.
|
inline |
Definition at line 33 of file localclan.h.
|
inline |
Definition at line 48 of file localclan.h.
References allyClans, antagonistClans, mapName, masterName, name, onlineMembers, stats, and totalMembers.
Referenced by EAthena::ClanRecv::processClanLeave(), and Client::unloadData().
std::vector<std::string> LocalClan::allyClans |
Definition at line 61 of file localclan.h.
Referenced by clear(), EAthena::ClanRecv::processClanInfo(), and ClanWindow::updateClan().
std::vector<std::string> LocalClan::antagonistClans |
Definition at line 62 of file localclan.h.
Referenced by clear(), EAthena::ClanRecv::processClanInfo(), and ClanWindow::updateClan().
int LocalClan::id |
Definition at line 67 of file localclan.h.
Referenced by EAthena::ClanRecv::processClanInfo().
std::string LocalClan::mapName |
Definition at line 65 of file localclan.h.
Referenced by clear(), EAthena::ClanRecv::processClanInfo(), and InfoClanTab::updateClan().
std::string LocalClan::masterName |
Definition at line 64 of file localclan.h.
Referenced by clear(), EAthena::ClanRecv::processClanInfo(), and InfoClanTab::updateClan().
std::string LocalClan::name |
Definition at line 63 of file localclan.h.
Referenced by clear(), EAthena::ClanRecv::processClanInfo(), and InfoClanTab::updateClan().
int LocalClan::onlineMembers |
Definition at line 68 of file localclan.h.
Referenced by clear(), and EAthena::ClanRecv::processClanOnlineCount().
std::vector<std::string> LocalClan::stats |
Definition at line 66 of file localclan.h.
Referenced by clear(), EAthena::ClanRecv::processClanInfo(), and StatsClanTab::updateClan().
int LocalClan::totalMembers |
Definition at line 69 of file localclan.h.
Referenced by clear(), and EAthena::ClanRecv::processClanOnlineCount().