home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Game Level Design
/
GLDesign.bin
/
Software
/
UnrealEngine2Runtime
/
UE2Runtime-22262001_Demo.exe
/
Engine
/
Classes
/
AnimNotify_DestroyEffect.uc
< prev
next >
Wrap
Text File
|
2003-06-23
|
275b
|
16 lines
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
}