|
UFO: Alien Invasion
|
#include <bspfile.h>

Data Fields | |
| struct epair_s * | next |
| const char * | key |
| const char * | value |
| bool | ump |
| 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().
| 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().
| 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().
| 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().