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

#include <sys.h>

+ Collaboration diagram for sys_t:

Data Fields

int argc
 
const char ** argv
 
qbool isnice
 
int nicelevel
 
qbool nicepossible
 
int outfd
 
int selffd
 

Detailed Description

Definition at line 144 of file sys.h.

Field Documentation

◆ argc

◆ argv

◆ isnice

qbool sys_t::isnice

Definition at line 152 of file sys.h.

◆ nicelevel

int sys_t::nicelevel

Definition at line 150 of file sys.h.

◆ nicepossible

qbool sys_t::nicepossible

Definition at line 151 of file sys.h.

◆ outfd

◆ selffd

int sys_t::selffd

Definition at line 148 of file sys.h.

Referenced by FS_Init_SelfPack(), Sys_Main(), and Sys_ProvideSelfFD().


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