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

#include <cvar.h>

+ Collaboration diagram for cvar_hash_t:

Data Fields

cvar_tcvar
 
struct cvar_hash_s * next
 

Detailed Description

Definition at line 93 of file cvar.h.

Field Documentation

◆ cvar

cvar_t* cvar_hash_t::cvar

Definition at line 95 of file cvar.h.

Referenced by Cvar_FindVar(), Cvar_Link(), and Cvar_RegisterVirtual().

◆ next

struct cvar_hash_s* cvar_hash_t::next

Definition at line 96 of file cvar.h.

Referenced by Cvar_Delete(), Cvar_FindVar(), Cvar_FindVarLink(), Cvar_Link(), and Cvar_RegisterVirtual().


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