Info ladder dismount: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(bot-assisted)
 
(Wrote a correct description.)
Line 2: Line 2:


==Entity Description==
==Entity Description==
An entity to handle endpoints for multiple ladders that are too close to each other.  
An entity to handle dismount points for ladders in [[Half-Life 2]] and [[Half-Life 2: Deathmatch]]. When the player is on a ladder, near an <code>info_ladder_dismount</code>, and facing it, he can press his use key to dismount into the position of the <code>info_ladder_dismount</code>. This entity also allows the player to dismount a ladders endpoints by simply walking in the direction of the <code>info_ladder_dismount</code>.


==Availability==
==Availability==

Revision as of 16:43, 27 January 2006

Template:Wrongtitle

Entity Description

An entity to handle dismount points for ladders in Half-Life 2 and Half-Life 2: Deathmatch. When the player is on a ladder, near an info_ladder_dismount, and facing it, he can press his use key to dismount into the position of the info_ladder_dismount. This entity also allows the player to dismount a ladders endpoints by simply walking in the direction of the info_ladder_dismount.

Availability

Template:In game Template:Game-base Template:In code

Keyvalues

<target_destination> If multiple ladders are near multiple endpoints, use this to stop them from interfering with each other.

Inputs

See also