Torque3D Documentation / _generateds / afxSelectronData

afxSelectronData

Engine/source/afx/afxSelectron.h

More...

Classes:

Private Types

Private Attributes

Private Functions

pack_fx(BitStream * stream, const afxEffectList & fx, bool packed)

Public Functions

bool
matches(U32 mask, U8 style)
bool

Called when the object is added to the sim.

bool
preload(bool server, String & errorStr)

Called to prepare the datablock for use, after it has been unpacked.

Public Static Functions

Detailed Description

Private Types

typedef afxChoreographerData Parent 

Private Attributes

bool do_id_convert 

Public Attributes

F32 deselect_dur 
afxEffectList deselect_fx_list 
afxEffectBaseData * dummy_fx_entry 
F32 main_dur 
afxEffectList main_fx_list 
S32 n_deselect_loops 
S32 n_main_loops 
S32 n_select_loops 
U32 obj_type_mask 
U8 obj_type_style 
bool registered 
F32 select_dur 
afxEffectList select_fx_list 

Private Functions

pack_fx(BitStream * stream, const afxEffectList & fx, bool packed)

unpack_fx(BitStream * stream, afxEffectList & fx)

Public Functions

afxSelectronData()

afxSelectronData(const afxSelectronData & , bool )

~afxSelectronData()

allowSubstitutions()

Reimplemented from: SimObject

DECLARE_CATEGORY("AFX" )

DECLARE_CONOBJECT(afxSelectronData )

gatherConstraintDefs(Vector< afxConstraintDef > & )

matches(U32 mask, U8 style)

onAdd()

Reimplemented from: SimObject

packData(BitStream * )

Reimplemented from: afxChoreographerData

preload(bool server, String & errorStr)

Reimplemented from: afxChoreographerData

reloadReset()

Reimplemented from: SimObject

unpackData(BitStream * )

Reimplemented from: afxChoreographerData

Public Static Functions

initPersistFields()