Core.Object | +--Engine.Actor | +--Engine.Keypoint | +--XIII.HookNavPoint
00001 //----------------------------------------------------------- 00002 // 00003 //----------------------------------------------------------- 00004 class HookNavPoint extends KeyPoint placeable; 00005 00006 00007 00008 defaultproperties 00009 { 00010 bCollideActors=True 00011 Texture=Texture'Engine.S_Teleport' 00012 CollisionRadius=34.000000 00013 CollisionHeight=78.000000 00014 }