Apocalypse mirror
Sourceforge mirror |
News | Info | Characters | Arenas | Screenshots | Forums | Download | ||||
Developer: | Making of | Character-HOWTO | AI Design | Submit a Character | |||
Documentation: | Main Page | Modules | Class Hierarchy | Class List | File List |
#include <OnlineChatBE.h>
Public Member Functions | |
UserInfo () | |
UserInfo (const UserInfo &a_roRhs) | |
UserInfo & | operator= (const UserInfo &a_roRhs) |
Public Attributes | |
std::string | m_sNick |
The name of the user. | |
ClientModeEnum | m_enClientMode |
The client mode of the user. | |
std::string | m_sHostName |
The hostname that is displayed for the user (reverse lookup by MortalNet). | |
std::string | m_sHostAddress |
The host address string of the user (IPV4 or IPV6 number). |
|
|
|
|
|
|
|
The client mode of the user.
|
|
The host address string of the user (IPV4 or IPV6 number).
|
|
The hostname that is displayed for the user (reverse lookup by MortalNet).
|
|
The name of the user.
|