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

  1. //=============================================================================
  2. // AlternatePath.
  3. //=============================================================================
  4. class AlternatePath extends NavigationPoint
  5.     notplaceable;
  6.  
  7. var() byte Team;
  8. var() float SelectionWeight;
  9. var() bool bReturnOnly;
  10.  
  11. defaultproperties
  12. {
  13.     bObsolete=true
  14.     SelectionWeight=+1.0000
  15. }
  16.