DarkPlaces
Game engine based on the Quake 1 engine by id Software, developed by LadyHavoc
 
po_string_t Struct Reference
+ Collaboration diagram for po_string_t:

Data Fields

char * key
 
struct po_string_s * nextonhashchain
 
char * value
 

Detailed Description

Definition at line 1689 of file prvm_edict.c.

Field Documentation

◆ key

char* po_string_t::key

Definition at line 1691 of file prvm_edict.c.

Referenced by PRVM_PO_Destroy(), PRVM_PO_Load(), and PRVM_PO_Lookup().

◆ nextonhashchain

struct po_string_s* po_string_t::nextonhashchain

Definition at line 1692 of file prvm_edict.c.

Referenced by PRVM_PO_Destroy(), PRVM_PO_Load(), and PRVM_PO_Lookup().

◆ value

char * po_string_t::value

Definition at line 1691 of file prvm_edict.c.

Referenced by PRVM_PO_Destroy(), PRVM_PO_Load(), and PRVM_PO_Lookup().


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