Functions | |
void | SV_CheckForNewClients (void) |
void | SV_ClearDatagram (void) |
void | SV_Init (void) |
int | SV_ModelIndex (const char *name) |
void | SV_SaveSpawnparms (void) |
void | SV_SendClientMessages (void) |
void | SV_SpawnServer (const char *server) |
void | SV_StartParticle (const vec3_t org, const vec3_t dir, int color, int count) |
void | SV_StartSound (edict_t *entity, int channel, const char *sample, int volume, float attenuation) |
void | SV_WriteClientdataToMessage (edict_t *ent, sizebuf_t *msg) |
Variables | |
int | fatbytes |
byte | fatpvs [MAX_MAP_LEAFS/8] |
char | localmodels [MAX_MODELS][5] |
server_t | sv |
double | sv_frametime |
int | sv_protocol = PROTOCOL_FITZQUAKE |
server_static_t | svs |
void SV_CheckForNewClients | ( | void | ) |
void SV_ClearDatagram | ( | void | ) |
void SV_Init | ( | void | ) |
void SV_SaveSpawnparms | ( | void | ) |
void SV_SendClientMessages | ( | void | ) |
void SV_SpawnServer | ( | const char * | server | ) |
void SV_StartSound | ( | edict_t * | entity, |
int | channel, | ||
const char * | sample, | ||
int | volume, | ||
float | attenuation | ||
) |
int fatbytes |
byte fatpvs[MAX_MAP_LEAFS/8] |
char localmodels[MAX_MODELS][5] |
server_t sv |
double sv_frametime |
int sv_protocol = PROTOCOL_FITZQUAKE |
server_static_t svs |