16 lines
275 B
Ucode
16 lines
275 B
Ucode
class AnimNotify_DestroyEffect extends AnimNotify
|
|
native;
|
|
|
|
var() name DestroyTag;
|
|
var() bool bExpireParticles;
|
|
|
|
cpptext
|
|
{
|
|
// AnimNotify interface.
|
|
virtual void Notify( UMeshInstance *Instance, AActor *Owner );
|
|
}
|
|
|
|
defaultproperties
|
|
{
|
|
bExpireParticles=True
|
|
} |