Dayz Explorer  1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
ParticleEvents Class Reference

Invokers for ParticleBase events, called from events. More...

Detailed Description

Invokers for ParticleBase events, called from events.

void EnableOnEndPrint(ParticleBase psrc)
{
psrc.GetEvents().Event_OnParticleEnd.Insert(PrintParticleEnded);
}
void PrintParticleEnded(ParticleBase psrc)
{
Print(string.Format("%1 ended.", psrc.GetDebugNameNative());
}

Definition at line 15 of file particlebase.c.


The documentation for this class was generated from the following file:
ParticleBase
void ParticleBase()
ctor
Definition: particlebase.c:71
Print
proto void Print(void var)
Prints content of variable to console/log.