UFO: Alien Invasion
|
#include <bspfile.h>
Data Fields | |
struct epair_s * | next |
const char * | key |
const char * | value |
bool | ump |
const char* epair_s::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().
struct epair_s* epair_s::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().
bool epair_s::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().
const char* epair_s::value |
the value of the parameter
Definition at line 39 of file bspfile.h.
Referenced by AddEpair(), Check_TargetExists(), CheckEntities(), ProcessSubModel(), UnparseEntities(), and WriteMapEntities().