Dayz Explorer 1.28.160049
Loading...
Searching...
No Matches
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());
}
proto void Print(void var)
Prints content of variable to console/log.

Definition at line 15 of file particlebase.c.


The documentation for this class was generated from the following file: