QuakeForge  0.7.2.210-815cf
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
server.c File Reference

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
 

Function Documentation

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  )

Variable Documentation

int server_count