Core.Object | +--Engine.Actor | +--Engine.NavigationPoint | +--Engine.PathNode | +--XIIIMP.CrouchPathNode
00001 //----------------------------------------------------------- 00002 // 00003 //----------------------------------------------------------- 00004 class CrouchPathNode extends PathNode; 00005 00006 00007 00008 defaultproperties 00009 { 00010 bCollideActors=True 00011 }