18 lines
416 B
Ucode
18 lines
416 B
Ucode
/*=============================================================================
|
|
// AutoLadder - automatically placed at top and bottom of LadderVolume
|
|
============================================================================= */
|
|
|
|
class AutoLadder extends Ladder
|
|
notplaceable
|
|
native;
|
|
|
|
cpptext
|
|
{
|
|
virtual UBOOL IsIdentifiedAs(FName ActorName);
|
|
}
|
|
|
|
defaultproperties
|
|
{
|
|
bCollideWhenPlacing=false
|
|
}
|