Torque3D Documentation / _generateds / afxAnimClipData

afxAnimClipData

Engine/source/afx/ce/afxAnimClip.h

More...

Private Types

enum
_Anonymous_ {
  IGNORE_DISABLED = BIT(0)
  IGNORE_ENABLED = BIT(1)
  IS_DEATH_ANIM = BIT(2)
  BLOCK_USER_CONTROL = BIT(3)
  IGNORE_FIRST_PERSON = BIT(4)
  IGNORE_THIRD_PERSON = BIT(5)
}
Parent 

Public Functions

bool

Called when the object is added to the sim.

onStaticModified(const char * slotName, const char * newValue)

Specifically, these are called by setDataField when a static or dynamic field is modified, see the console details.

bool
writeField(StringTableEntry fieldname, const char * value)

Determine whether or not a field should be written.

Public Static Functions

Detailed Description

Private Types

@29

Enumerator

IGNORE_DISABLED = BIT(0)
IGNORE_ENABLED = BIT(1)
IS_DEATH_ANIM = BIT(2)
BLOCK_USER_CONTROL = BIT(3)
IGNORE_FIRST_PERSON = BIT(4)
IGNORE_THIRD_PERSON = BIT(5)
typedef GameBaseData Parent 

Public Attributes

StringTableEntry clip_name 
U8 flags 
bool ignore_disabled 
bool ignore_enabled 
bool ignore_first_person 
bool ignore_third_person 
bool is_death_anim 
bool lock_anim 
F32 pos_offset 
F32 rate 
F32 trans 

Public Functions

afxAnimClipData()

afxAnimClipData(const afxAnimClipData & , bool )

allowSubstitutions()

Reimplemented from: SimObject

DECLARE_CATEGORY("AFX" )

DECLARE_CONOBJECT(afxAnimClipData )

expand_flags()

merge_flags()

onAdd()

Reimplemented from: SimObject

onStaticModified(const char * slotName, const char * newValue)

Reimplemented from: SimDataBlock

packData(BitStream * )

Reimplemented from: SimDataBlock

unpackData(BitStream * )

Reimplemented from: SimDataBlock

writeField(StringTableEntry fieldname, const char * value)

Reimplemented from: SimObject

Public Static Functions

initPersistFields()