ManaPlus
|
#include <worldinfo.h>
Public Member Functions | |
WorldInfo () | |
Data Fields | |
int | address |
std::string | name |
uint16_t | port |
int | online_users |
std::string | updateHost |
Definition at line 39 of file worldinfo.h.
|
inline |
Definition at line 41 of file worldinfo.h.
int WorldInfo::address |
Definition at line 52 of file worldinfo.h.
Referenced by EAthena::LoginRecv::processLoginData(), and TmwAthena::LoginRecv::processLoginData().
std::string WorldInfo::name |
Definition at line 53 of file worldinfo.h.
Referenced by WorldListModel::getElementAt(), EAthena::LoginRecv::processLoginData(), and TmwAthena::LoginRecv::processLoginData().
int WorldInfo::online_users |
Definition at line 55 of file worldinfo.h.
Referenced by WorldListModel::getElementAt(), EAthena::LoginRecv::processLoginData(), and TmwAthena::LoginRecv::processLoginData().
uint16_t WorldInfo::port |
Definition at line 54 of file worldinfo.h.
Referenced by EAthena::LoginRecv::processLoginData(), and TmwAthena::LoginRecv::processLoginData().
std::string WorldInfo::updateHost |
Definition at line 56 of file worldinfo.h.
Referenced by EAthena::LoginRecv::processLoginData(), and TmwAthena::LoginRecv::processLoginData().