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 >
Text File  |  2003-06-23  |  206b  |  11 lines

  1. class AnimNotify_Scripted extends AnimNotify
  2.     native
  3.     abstract;
  4.  
  5. event Notify( Actor Owner );
  6.  
  7. cpptext
  8. {
  9.     // AnimNotify interface.
  10.     virtual void Notify( UMeshInstance *Instance, AActor *Owner );
  11. }