11 lines
206 B
Ucode
11 lines
206 B
Ucode
class AnimNotify_Scripted extends AnimNotify
|
|
native
|
|
abstract;
|
|
|
|
event Notify( Actor Owner );
|
|
|
|
cpptext
|
|
{
|
|
// AnimNotify interface.
|
|
virtual void Notify( UMeshInstance *Instance, AActor *Owner );
|
|
} |