UFO: Alien Invasion
Loading...
Searching...
No Matches
epair_t Struct Reference

#include <bspfile.h>

Collaboration diagram for epair_t:
Collaboration graph

Data Fields

struct epair_s * next
const char * key
const char * value
bool ump

Detailed Description

See also
entity_t

Definition at line 36 of file bspfile.h.

Field Documentation

◆ key

const char* epair_t::key

the name of the parameter

Definition at line 38 of file bspfile.h.

Referenced by AddEpair(), Check_TargetExists(), CheckEntities(), EpairCheckForDuplicate(), ProcessSubModel(), UnparseEntities(), and WriteMapEntities().

◆ next

struct epair_s* epair_t::next

the next entry in the key, value list

Definition at line 37 of file bspfile.h.

Referenced by CheckEntities(), EpairCheckForDuplicate(), ParseEntity(), ParseMapEntity(), SetKeyValue(), UnparseEntities(), ValueForKey(), and WriteMapEntities().

◆ ump

bool epair_t::ump

true if the origin was the ump, not the map file

Definition at line 40 of file bspfile.h.

Referenced by AddEpair(), ParseMapEntity(), and WriteMapEntities().

◆ value

const char* epair_t::value

the value of the parameter

Definition at line 39 of file bspfile.h.

Referenced by AddEpair(), Check_TargetExists(), CheckEntities(), ProcessSubModel(), UnparseEntities(), ValueForKey(), and WriteMapEntities().


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