GenericServer

Undocumented in source.

Constructors

this
this(ServerInfo info)
Undocumented in source.

Members

Functions

start
void start(Address address, Query query)
void start(string ip, ushort port, Query query)
void start(string ip, Query query)

Starts the server on the given address. The server can be started using an ip/port combination (if the port is not given the game's default one will be used), and an optional handler (for the management of the players) and a query.

startImpl
void startImpl(Address address, Query query)
Undocumented in source.

Properties

defaultPort
ushort defaultPort [@property getter]

Gets the server's default port for the hosted game.

Variables

info
ServerInfo info;
Undocumented in source.

Meta