#include <entitiesdef.h>
Data Fields | |
char * | str |
int * | iArr |
float * | fArr |
int | numElements |
int | continuous |
Definition at line 59 of file entitiesdef.h.
boolean. two elements in the array, Arr[0] <= val <= Arr[1]
Definition at line 64 of file entitiesdef.h.
Referenced by ED_CheckRange(), and ED_ProcessRanges().
float* entityKeyRange_s::fArr |
this is used if the key is V_FLOAT
Definition at line 62 of file entitiesdef.h.
Referenced by ED_CheckRange(), ED_Free(), and ED_ProcessRanges().
this is used if the key is V_INT
Definition at line 61 of file entitiesdef.h.
Referenced by ED_CheckRange(), ED_Free(), and ED_ProcessRanges().
number of discrete options for the value, or two for continuous ranges
Definition at line 63 of file entitiesdef.h.
Referenced by ED_CheckRange(), and ED_ProcessRanges().
char* entityKeyRange_s::str |
the range string is stored here until the whole ent def is parsed
Definition at line 60 of file entitiesdef.h.
Referenced by ED_AllocRange(), ED_CheckRange(), ED_Free(), and ED_ProcessRanges().