Core.Object | +--Engine.Actor | +--Engine.NavigationPoint | +--Engine.Ladder | +--Engine.AutoLadder
00001 /*============================================================================= 00002 // AutoLadder - automatically placed at top and bottom of LadderVolume 00003 ============================================================================= */ 00004 00005 class AutoLadder extends Ladder 00006 notplaceable 00007 native; 00008 00009 defaultproperties 00010 { 00011 bAutoPlaced=True 00012 bCollideWhenPlacing=False 00013 }