#include <entitiesdef.h>
Data Fields | |
char * | name |
char * | desc |
char * | defaultVal |
int | flags |
int | vLen |
entityKeyRange_t ** | ranges |
int | numRanges |
Definition at line 67 of file entitiesdef.h.
a defualt value that may be provided by ufo2map -fix
Definition at line 70 of file entitiesdef.h.
Referenced by CheckEntities(), ED_CheckDefaultTypes(), ED_Free(), ED_GetDefaultFloat(), ED_GetDefaultInt(), ED_GetDefaultString(), and ED_PairParsed().
char* entityKeyDef_s::desc |
a description or value for the key (eg worldspawn)
Definition at line 69 of file entitiesdef.h.
Referenced by ED_AllocEntityDef(), ED_Free(), ED_GetIntVector(), and ED_PairParsed().
optional, mandatory, etc, see
Definition at line 71 of file entitiesdef.h.
Referenced by CheckEntities(), ED_CheckKey(), ED_CheckNumericType(), ED_FindKeyDefInArray(), ED_GetDefaultFloat(), ED_GetDefaultInt(), ED_GetKeyDefEntity(), ED_PairParsed(), ED_ParseType(), and ED_ProcessRanges().
char* entityKeyDef_s::name |
the name of the key (eg classname)
Definition at line 68 of file entitiesdef.h.
Referenced by CheckEntities(), ED_CheckDefaultTypes(), ED_CheckNumericType(), ED_CheckRange(), ED_FindKeyDefInArray(), ED_Free(), ED_GetKeyDefEntity(), ED_PairParsed(), ED_ParseType(), and ED_ProcessRanges().
may be 0, 1 or equal to the vLen. only for numeric types
Definition at line 74 of file entitiesdef.h.
Referenced by ED_AllocRange(), ED_CheckRange(), ED_Free(), and ED_ProcessRanges().
store allowed values for this key. may be a different range for each element
Definition at line 73 of file entitiesdef.h.
Referenced by ED_AllocRange(), ED_CheckRange(), ED_Free(), and ED_ProcessRanges().
for numeric types that may be vectors, the number of elements
Definition at line 72 of file entitiesdef.h.
Referenced by ED_CheckNumericType(), ED_ParseType(), and ED_ProcessRanges().