void NetworkStartUp()
This tries to launch the network for a given OS.
bool _is_network_server
Does this client wants to be a network-server?
void NetworkDrawChatMessage()
Draw the chat message-box.
bool _network_available
is network mode available?
bool _networking
are we in networking mode?
bool _network_dedicated
are we a dedicated server?
bool HasClients()
Return whether there is any client connected or trying to connect at all.
bool _network_server
network-server is active
void NetworkShutDown()
This shuts the network down.