Functions | |
| void | Server_Broadcast (server_t *sv, int reliable, int all, const byte *msg, int len) |
| void | Server_BroadcastCommand (server_t *sv, const char *cmd) |
| void | Server_Connect (const char *name, struct client_s *client) |
| void | Server_Disconnect (struct client_s *client) |
| void | Server_Frame (void) |
| void | Server_Init (void) |
| void | Server_List (void) |
Variables | |
| int | server_count |
| void Server_Disconnect | ( | struct client_s * | client | ) |
| void Server_Frame | ( | void | ) |
| void Server_Init | ( | void | ) |
| void Server_List | ( | void | ) |
| int server_count |