Public Member Functions | |
| KServer () | |
| ~KServer () | |
| void | SetsHostName (KStr &sHostName) |
| void | SetpName (char *pName) |
| void | SetAddress (KInetAddr &Address) |
| void | SetListenPort (u16 Port) |
| void | SetPlayers (u32 Players) |
| void | SetMaxPlayers (u32 MaxPlayers) |
| void | SetVersion (KVERSION Version) |
| void | SetSocket (KServerConnection *pSocket) |
| KStr & | GetsHostName () |
| char * | GetpName () |
| KInetAddr & | GetAddress () |
| u16 | GetListenPort () |
| u32 | GetPlayers () |
| u32 | GetMaxPlayers () |
| KVERSION | GetVersion () |
| KServerConnection * | GetSocket () |
Definition at line 10 of file Server.h.
1.5.1-p1