El Master Server (Servidor Maestro) se utiliza para hacer el emparejamiento entre servidores y clientes fácil.
You can advertise game hosts or fetch host lists for you game type. The functions here are used to communicate with the Master Server itself which resides on a separate server. If necessary the server itself can be customized. For an overview of the Master Server as well as a technical description see the Master Server manual page.
| dedicatedServer | Reporte esta maquina como un servidor dedicado. |
| ipAddress | La dirección IP del master server. |
| port | El puerto de conexión del master server. |
| updateRate | Defina la tasa de actualización minima para la actualización de información anfitriona del master server. |
| ClearHostList | Limpia la lista anfitriona que ha sido recibida por MasterServer.PollHostList. |
| PollHostList | Revise por la lista anfitriona actualizada recibida utilizando MasterServer.RequestHostList. |
| RegisterHost | Registre este servidor en el master server. |
| RequestHostList | Solicite una lista de anfitriones del master server (servidor maestro). |
| UnregisterHost | Anule el registro de este servidor desde el master server. |
| OnFailedToConnectToMasterServer | Llamado en clientes o servidores cuando hay un problema que se conecta al master server. |
| OnMasterServerEvent | Llamado en clientes o servidores cuando se reporta eventos desde el MasterServer. |