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

int sys_t::argc

Definition at line 146 of file sys.h.

◆ argv

const char** sys_t::argv

Definition at line 147 of file sys.h.

◆ 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

int sys_t::outfd

Definition at line 149 of file sys.h.

◆ selffd

int sys_t::selffd

Definition at line 148 of file sys.h.


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