I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX

Legacy:RParticles/WeaponEmitter

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 04:55, 29 January 2007 by Raven (Talk)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UT :: Actor (UT) >> ParticleSystem >> ParticleEmitter >> WeaponEmitter

This class is part of RParticles by Raven

Emitter which can be spawned/destroyed during game (mainly for weapon effects). It should be destroyed either by calling EmitterDestroy() or by GoToState('BeforeDie');. You shouldn't use Destroy() function, because it'll cause accessed none error by spawned particles.