rott/kf_sources/Engine/Classes/AutoLadder.uc
2026-07-14 20:27:09 +07:00

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
}