doom3-gpl
Doom 3 GPL source release
|
#include <Anim.h>
Public Attributes | |
frameCommandType_t | type |
idStr * | string |
union { | |
const idSoundShader * soundShader | |
const function_t * function | |
const idDeclSkin * skin | |
int index | |
}; | |
union { ... } |
const function_t* frameCommand_t::function |
const idDeclSkin* frameCommand_t::skin |
const idSoundShader* frameCommand_t::soundShader |
frameCommandType_t frameCommand_t::type |