DayZ 1.24
|
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.
Definition at line 15 of file ParticleBase.c.
|
private |
Called when particle ends.
Definition at line 41 of file ParticleBase.c.
Referenced by OnParticleEnd().
|
private |
Called when particle receives a parent.
Definition at line 46 of file ParticleBase.c.
Referenced by OnParticleParented().
|
private |
Called when particle is reset.
Definition at line 34 of file ParticleBase.c.
Referenced by OnParticleReset().
|
private |
Called when particle starts playing.
Definition at line 22 of file ParticleBase.c.
Referenced by OnParticleStart().
|
private |
Called when particle stops playing.
Definition at line 28 of file ParticleBase.c.
Referenced by OnParticleStop().
|
private |
Called when particle is orphaned.
Definition at line 51 of file ParticleBase.c.
Referenced by OnParticleUnParented().