Engine
Class AutoLadder

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

class AutoLadder
extends Engine.Ladder

// AutoLadder - automatically placed at top and bottom of LadderVolume ============================================================================= */

Source Code


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	}

End Source Code