class GGZCoreGametype
|
A class which contains all information on a certain game type. More... |
|
|
Public Methods
A class which contains all information on a certain game type.
GGZCoreGametype ()
| GGZCoreGametype |
Constructor
GGZCoreGametype (GGZGameType *gametype)
| GGZCoreGametype |
Overloaded.
~GGZCoreGametype ()
| ~GGZCoreGametype |
Destructor
The unique name of this game type.
char* protocolVersion ()
| protocolVersion |
Protocol version
char * protocolEngine ()
| protocolEngine |
Protocol engine
Game version
Author of this game.
Url to the game homepage
char* description ()
| description |
Short description on the game.
char* category ()
| category |
Game category
Game rating
int maxPlayers ()
| maxPlayers |
Return the maximum number of players.
Return the maximum number of bots.
int maxSpectators ()
| maxSpectators |
Return the maximum number of spectators
int isPlayersValid (unsigned int number)
| isPlayersValid |
Check whether given number of players is allowed.
int isBotsValid (unsigned int number)
| isBotsValid |
Check whether given number of bots is allowed.
int isSpectatorsValid (unsigned int number)
| isSpectatorsValid |
Check whether a given number of spectators is allowed
GGZGameType * gametype ()
| gametype |
Retrieve the wrapped ggzcore object for this game type.
Generated by: josef on athlon500 on Tue Mar 19 23:18:22 2002, using kdoc 2.0a53. |