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

func_ladderendpoint

From Valve Developer Community
Jump to: navigation, search
class hierarchy
CFuncLadderEndPoint defined in func_ladder_endpoint.cpp
CBaseEntity

func_ladderendpoint is a point entity available in all Source Source games.

Entity description

It is used to specify the endpoints of a ladder. This entity is functional, but has been replaced by the easier-to-use func_useableladder entity. Left in only for backwards-compatibility!

To be valid, a full-sized player hull traced between the start and end points must not be obstructed at level activation time. The angle determines in which direction the player leaves the ladder if the player presses the +jump button.

Note.pngNote:This entity is non-functional in Counter-Strike: Source. In CS:S, use func_ladder instead.

Keyvalues


Targetname:
Name (targetname) <string>
The targetname that other entities refer to this entity by.
Other (target) <targetname>
A ladder goes between any two func_ladderendpoints pointing at each other.

See also