Previous Up Next

M3linkEffectList
Associates a list of effects to a particle emitter. To delete all the effects associated with a particle system, simply provide this function with an empty list.

I M3linkEffectList (
S3d _session_
H3d _emitter_
[HEffect3d r1] _list_
)
Parameters

_session_
3D Session
_emitter_
Particle emitter
_list_
List of effects to be associated with the particle emitter
Return value

Number of associated effects
Remark

Warning : this function completely replaces the list of effects currently in the emitter.
See Also

M3getlinkedEffectList