#include <TServ.h>
Inheritance diagram for CTServ:
Public Member Functions | |
CTServ (void) | |
PutFunctionNameHere. | |
~CTServ (void) | |
PutFunctionNameHere. | |
bool | SetGameModule (const int8 *gmPath) |
PutFunctionNameHere. | |
bool | SetMatchManager (const int8 *mgrPath) |
PutFunctionNameHere. | |
bool | AddAIModulePath (const int8 *aiPath) |
PutFunctionNameHere. | |
vector< int8 * > | GetAIPaths () |
PutFunctionNameHere. | |
uint32 | GetParticipantCount () |
PutFunctionNameHere. | |
CRound * | GetCurrentRound () |
PutFunctionNameHere. | |
void | Run (void) |
PutFunctionNameHere. |
Description: The tournament server class is the backbone of the tournament server application. It handles server to client communication and faciliates the matches. The CTServ class also provides several public interface functions for GUI control.
Limitations: None
|
PutFunctionNameHere. Description:
|
|
PutFunctionNameHere. Description:
|
|
PutFunctionNameHere. Description:
|
|
PutFunctionNameHere. Description:
|
|
PutFunctionNameHere. Description:
|
|
PutFunctionNameHere. Description:
|
|
PutFunctionNameHere. Description:
Implements CGenericTask. |
|
PutFunctionNameHere. Description:
|
|
PutFunctionNameHere. Description:
|