14 lines
412 B
Ucode
14 lines
412 B
Ucode
/*=============================================================================
|
|
// AutoLadder - automatically placed at top and bottom of LadderVolume
|
|
// Copyright 1998-2013 Epic Games, Inc. All Rights Reserved.
|
|
============================================================================= */
|
|
|
|
class AutoLadder extends Ladder
|
|
notplaceable
|
|
native;
|
|
|
|
defaultproperties
|
|
{
|
|
bCollideWhenPlacing=false
|
|
}
|