Torque3D Documentation / _generateds / afxEffectGroupData

afxEffectGroupData

Engine/source/afx/afxEffectGroup.h

More...

Classes:

Private Types

Private Attributes

Private Functions

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

Public Functions

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 afxEffectBaseData Parent 

Private Attributes

bool do_id_convert 

Public Attributes

bool assign_idx 
afxEffectBaseData * dummy_fx_entry 
afxEffectList fx_list 
S32 group_count 
bool group_enabled 
U8 idx_offset 
afxGroupTimingData timing 

Private Functions

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

unpack_fx(BitStream * stream, afxEffectList & fx)

Public Functions

afxEffectGroupData()

afxEffectGroupData(const afxEffectGroupData & , bool )

allowSubstitutions()

Reimplemented from: SimObject

DECLARE_CATEGORY("AFX" )

DECLARE_CONOBJECT(afxEffectGroupData )

gather_cons_defs(Vector< afxConstraintDef > & defs)

Reimplemented from: afxEffectBaseData

packData(BitStream * )

Reimplemented from: SimDataBlock

preload(bool server, String & errorStr)

Reimplemented from: SimDataBlock

reloadReset()

Reimplemented from: SimObject

unpackData(BitStream * )

Reimplemented from: SimDataBlock

Public Static Functions

initPersistFields()