Invokers for ParticleBase events, called from events.
More...
Invokers for ParticleBase events, called from events.
{
psrc.GetEvents().Event_OnParticleEnd.Insert(PrintParticleEnded);
}
{
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: