home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Game Level Design
/
GLDesign.bin
/
Software
/
UnrealEngine2Runtime
/
UE2Runtime-22262001_Demo.exe
/
Engine
/
Classes
/
AnimNotify_Scripted.uc
< prev
next >
Wrap
Text File
|
2003-06-23
|
206b
|
11 lines
class AnimNotify_Scripted extends AnimNotify
native
abstract;
event Notify( Actor Owner );
cpptext
{
// AnimNotify interface.
virtual void Notify( UMeshInstance *Instance, AActor *Owner );
}