doom3-gpl
Doom 3 GPL source release
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Attributes | List of all members
frameCommand_t Struct Reference

#include <Anim.h>

Public Attributes

frameCommandType_t type
 
idStrstring
 
union {
   const idSoundShader *   soundShader
 
   const function_t *   function
 
   const idDeclSkin *   skin
 
   int   index
 
}; 
 

Detailed Description

Definition at line 162 of file Anim.h.

Member Data Documentation

union { ... }
const function_t* frameCommand_t::function

Definition at line 168 of file Anim.h.

int frameCommand_t::index

Definition at line 170 of file Anim.h.

const idDeclSkin* frameCommand_t::skin

Definition at line 169 of file Anim.h.

const idSoundShader* frameCommand_t::soundShader

Definition at line 167 of file Anim.h.

idStr* frameCommand_t::string

Definition at line 164 of file Anim.h.

frameCommandType_t frameCommand_t::type

Definition at line 163 of file Anim.h.


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