Inheritance diagram for gameSpy:


Public Member Functions | |
| getGameJoinerURI () | |
| Returns a GameJoiner URI. | |
| query_server ($getPlayers=TRUE, $getRules=TRUE) | |
| Querys the server. | |
| getDebugDumps ($html=FALSE, $dumper=NULL) | |
| Creates hexdumps out of the debug info. | |
| _processServerInfo ($rawdata) | |
| Process the given raw data and stores everything. | |
| _processPlayers ($rawPlayerData) | |
| Extracts the players out of the given data. | |
| _processRules ($rawData) | |
| Extracts the rules out of the given data. | |
| _sortByQueryId ($data) | |
| sorts the given gamespy data | |
| _sendCommand ($address, $port, $command, $timeout=500000) | |
| sends a command to a server and returns the answer | |
| _getClassName () | |
| returns the class name of the instance | |
|
|
returns the class name of the instance
Reimplemented from gsQuery. Reimplemented in armyGame, deusEX, igi2, ut2004, and vietkong. |
|
|
Extracts the players out of the given data.
For internal use only.
|
|
|
Extracts the rules out of the given data.
For internal use only.
|
|
|
Process the given raw data and stores everything.
For internal use only.
Reimplemented in armyGame. |
|
||||||||||||||||||||
|
sends a command to a server and returns the answer
For internal use only.
Reimplemented from gsQuery. |
|
|
sorts the given gamespy data
For internal use only.
|
|
||||||||||||
|
Creates hexdumps out of the debug info.
Reimplemented from gsQuery. |
|
|
Returns a GameJoiner URI.
Reimplemented from gsQuery. Reimplemented in ut2004. |
|
||||||||||||
|
Querys the server. This method is abstract
Reimplemented from gsQuery. |
1.4.4