#include <NetServerConfig.h>
List of all members.
Detailed Description
Definition at line 25 of file NetServerConfig.h.
Member Enumeration Documentation
- Enumerator:
NET_GAME_LAN |
|
NET_GAME_PRIVATE |
|
NET_GAME_PUBLIC |
|
Definition at line 33 of file NetServerConfig.h.
Constructor & Destructor Documentation
NetServerConfig::NetServerConfig |
( |
| ) |
|
NetServerConfig::~NetServerConfig |
( |
| ) |
|
Member Function Documentation
void NetServerConfig::BanUser |
( |
NetUser * |
user | ) |
|
void NetServerConfig::Close |
( |
| ) |
|
|
static |
const Text& NetServerConfig::GetAdminName |
( |
| ) |
const |
|
inline |
const Text& NetServerConfig::GetAdminPass |
( |
| ) |
const |
|
inline |
WORD NetServerConfig::GetAdminPort |
( |
| ) |
const |
|
inline |
int NetServerConfig::GetAuthLevel |
( |
| ) |
const |
|
inline |
const Text& NetServerConfig::GetGamePass |
( |
| ) |
const |
|
inline |
WORD NetServerConfig::GetGamePort |
( |
| ) |
const |
|
inline |
int NetServerConfig::GetGameType |
( |
| ) |
const |
|
inline |
WORD NetServerConfig::GetLobbyPort |
( |
| ) |
const |
|
inline |
const Text& NetServerConfig::GetMission |
( |
| ) |
const |
|
inline |
int NetServerConfig::GetPoolsize |
( |
| ) |
const |
|
inline |
int NetServerConfig::GetSessionTimeout |
( |
| ) |
const |
|
inline |
void NetServerConfig::Initialize |
( |
| ) |
|
|
static |
bool NetServerConfig::IsUserBanned |
( |
NetUser * |
user | ) |
|
void NetServerConfig::Load |
( |
| ) |
|
const Text& NetServerConfig::Name |
( |
| ) |
const |
|
inline |
void NetServerConfig::Save |
( |
| ) |
|
void NetServerConfig::SetAdminName |
( |
const char * |
s | ) |
|
|
inline |
void NetServerConfig::SetAdminPass |
( |
const char * |
s | ) |
|
|
inline |
void NetServerConfig::SetAdminPort |
( |
WORD |
p | ) |
|
|
inline |
void NetServerConfig::SetAuthLevel |
( |
int |
n | ) |
|
|
inline |
void NetServerConfig::SetGamePass |
( |
const char * |
s | ) |
|
|
inline |
void NetServerConfig::SetGamePort |
( |
WORD |
p | ) |
|
|
inline |
void NetServerConfig::SetGameType |
( |
int |
t | ) |
|
|
inline |
void NetServerConfig::SetLobbyPort |
( |
WORD |
p | ) |
|
|
inline |
void NetServerConfig::SetMission |
( |
const char * |
s | ) |
|
|
inline |
void NetServerConfig::SetName |
( |
const char * |
s | ) |
|
|
inline |
void NetServerConfig::SetPoolsize |
( |
int |
s | ) |
|
|
inline |
void NetServerConfig::SetSessionTimeout |
( |
int |
t | ) |
|
|
inline |
static const char* NetServerConfig::TYPENAME |
( |
| ) |
|
|
inlinestatic |
The documentation for this class was generated from the following files: