PC Stable Documentation
|
|
Invokers for ParticleBase events, called from events. More...
Private Attributes | |
ref ScriptInvoker | Event_OnParticleStart = new ScriptInvoker() |
Called when particle starts playing. | |
ref ScriptInvoker | Event_OnParticleStop = new ScriptInvoker() |
Called when particle stops playing. | |
ref ScriptInvoker | Event_OnParticleReset = new ScriptInvoker() |
Called when particle is reset. | |
ref ScriptInvoker | Event_OnParticleEnd = new ScriptInvoker() |
Called when particle ends. | |
ref ScriptInvoker | Event_OnParticleParented = new ScriptInvoker() |
Called when particle receives a parent. | |
ref ScriptInvoker | Event_OnParticleUnParented = new ScriptInvoker() |
Called when particle is orphaned. | |
Invokers for ParticleBase events, called from events.
|
private |
Called when particle ends.
Referenced by OnParticleEnd().
|
private |
Called when particle receives a parent.
Referenced by OnParticleParented().
|
private |
Called when particle is reset.
Referenced by OnParticleReset().
|
private |
Called when particle starts playing.
Referenced by OnParticleStart(), and EffectParticle::SetParticle().
|
private |
Called when particle stops playing.
Referenced by OnParticleStop(), and EffectParticle::SetParticle().
|
private |