DarkPlaces
Game engine based on the Quake 1 engine by id Software, developed by LadyHavoc
server_static_t Struct Reference

#include <server.h>

Collaboration diagram for server_static_t:

Data Fields

qbool changelevel_issued
 cleared when at SV_SpawnServer
struct client_s * clients
 client slots
unsigned char * csqc_progdata
unsigned char * csqc_progdata_deflated
size_t csqc_progsize_deflated
int maxclients
 number of svs.clients slots (updated by maxplayers command)
int maxclients_next
int serverflags
 episode completion information
char serverinfo [MAX_SERVERINFO_STRING]
 server infostring
voidthread
qbool threaded
voidthreadmutex
qbool volatile threadstop

Detailed Description

Definition at line 25 of file server.h.

Field Documentation

◆ changelevel_issued

qbool server_static_t::changelevel_issued

cleared when at SV_SpawnServer

Definition at line 34 of file server.h.

◆ clients

struct client_s* server_static_t::clients

client slots

Definition at line 30 of file server.h.

◆ csqc_progdata

unsigned char* server_static_t::csqc_progdata

Definition at line 39 of file server.h.

◆ csqc_progdata_deflated

unsigned char* server_static_t::csqc_progdata_deflated

Definition at line 41 of file server.h.

◆ csqc_progsize_deflated

size_t server_static_t::csqc_progsize_deflated

Definition at line 40 of file server.h.

◆ maxclients

int server_static_t::maxclients

number of svs.clients slots (updated by maxplayers command)

Definition at line 28 of file server.h.

◆ maxclients_next

int server_static_t::maxclients_next

Definition at line 28 of file server.h.

◆ serverflags

int server_static_t::serverflags

episode completion information

Definition at line 32 of file server.h.

◆ serverinfo

char server_static_t::serverinfo[MAX_SERVERINFO_STRING]

server infostring

Definition at line 36 of file server.h.

◆ thread

void* server_static_t::thread

Definition at line 47 of file server.h.

◆ threaded

qbool server_static_t::threaded

Definition at line 44 of file server.h.

◆ threadmutex

void* server_static_t::threadmutex

Definition at line 46 of file server.h.

◆ threadstop

qbool volatile server_static_t::threadstop

Definition at line 45 of file server.h.


The documentation for this struct was generated from the following file: