This article's documentation is for anything that uses the Source engine. Click here for more information.

info_ladder_dismount

From Valve Developer Community
Jump to: navigation, search
English (en)Русский (ru)
class hierarchy
CInfoLadderDismount defined in func_ladder.cpp
CBaseEntity

info_ladder_dismount is a point entity available in all Source Source games. It sets the dismount points for ladders in Half-Life 2 Half-Life 2 and Half-Life 2: Deathmatch Half-Life 2: Deathmatch. When the player is on a ladder, near an info_ladder_dismount, and facing it, they can press their use key to dismount into the position of the info_ladder_dismount. This entity also allows the player to dismount a ladder's endpoints by simply walking in the direction of the info_ladder_dismount.

Keyvalues

Name (targetname) <string>
The targetname that other entities refer to this entity by.
LadderName (target) <targetname>
If multiple ladders are near multiple endpoints, use this to stop them from interfering with each other.

See also