home *** CD-ROM | disk | FTP | other *** search
/ Game Level Design / GLDesign.bin / Software / UnrealEngine2Runtime / UE2Runtime-22262001_Demo.exe / Gameplay / Classes / ACTION_FinishRotation.uc < prev    next >
Text File  |  2003-12-11  |  168b  |  11 lines

  1. class ACTION_FinishRotation extends LatentScriptedAction;
  2.  
  3. function bool TurnToGoal()
  4. {
  5.     return true;
  6. }
  7.  
  8. defaultproperties
  9. {
  10.     ActionString="Finish rotation"
  11. }