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

Data Fields | |
| char * | path |
| char * | body |
| char * | head |
| int | bodySkin |
| int | headSkin |
Definition at line 317 of file chr_shared.h.
| char* teamDef_t::model_t::body |
Definition at line 319 of file chr_shared.h.
Referenced by Com_GetCharacterModel(), and Com_ParseActorModels().
| int teamDef_t::model_t::bodySkin |
Definition at line 321 of file chr_shared.h.
Referenced by Com_GetCharacterModel(), and Com_ParseActorModels().
| char* teamDef_t::model_t::head |
Definition at line 320 of file chr_shared.h.
Referenced by Com_GetCharacterModel(), and Com_ParseActorModels().
| int teamDef_t::model_t::headSkin |
Definition at line 322 of file chr_shared.h.
Referenced by Com_GetCharacterModel(), and Com_ParseActorModels().
| char* teamDef_t::model_t::path |
Definition at line 318 of file chr_shared.h.
Referenced by Com_GetCharacterModel(), and Com_ParseActorModels().