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

#include <entitiesdef.h>

Collaboration diagram for entityKeyDef_t:
Collaboration graph

Data Fields

char * name
char * desc
char * defaultVal
int flags
int vLen
entityKeyRange_t ** ranges
int numRanges

Detailed Description

Definition at line 63 of file entitiesdef.h.

Field Documentation

◆ defaultVal

char* entityKeyDef_t::defaultVal

a default value that may be provided by ufo2map -fix

Definition at line 66 of file entitiesdef.h.

Referenced by CheckEntities(), ED_CheckDefaultTypes(), and ED_PairParsed().

◆ desc

char* entityKeyDef_t::desc

a description or value for the key (eg worldspawn)

Definition at line 65 of file entitiesdef.h.

Referenced by ED_AllocEntityDef(), ED_GetIntVector(), and ED_PairParsed().

◆ flags

int entityKeyDef_t::flags

◆ name

char* entityKeyDef_t::name

◆ numRanges

int entityKeyDef_t::numRanges

may be 0, 1 or equal to the vLen. only for numeric types

Definition at line 70 of file entitiesdef.h.

Referenced by ED_AllocRange(), and ED_CheckRange().

◆ ranges

entityKeyRange_t** entityKeyDef_t::ranges

store allowed values for this key. may be a different range for each element

Definition at line 69 of file entitiesdef.h.

Referenced by ED_AllocRange(), and ED_CheckRange().

◆ vLen

int entityKeyDef_t::vLen

for numeric types that may be vectors, the number of elements

Definition at line 68 of file entitiesdef.h.

Referenced by ED_CheckNumericType(), and ED_ParseType().


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