XIIIMP
Class TrakNarPathNode

source: C:\XIII\XIIIMP\Classes\TrakNarPathNode.uc
Core.Object
   |
   +--Engine.Actor
      |
      +--Engine.NavigationPoint
         |
         +--Engine.PathNode
            |
            +--XIIIMP.TrakNarPathNode
Direct Known Subclasses:None

class TrakNarPathNode
extends Engine.PathNode

//----------------------------------------------------------- // //-----------------------------------------------------------
Variables
 bShouldCrouch
 byte BotLevel


Source Code


00001	//-----------------------------------------------------------
00002	//
00003	//-----------------------------------------------------------
00004	class TrakNarPathNode extends PathNode;
00005	
00006	var() byte BotLevel;
00007	var() bool bShouldCrouch ;
00008	
00009	
00010	
00011	defaultproperties
00012	{
00013	     bDirectional=True
00014	}

End Source Code