Func ladderendpoint: Difference between revisions
Jump to navigation
Jump to search
Note:This entity is non-functional in Counter-Strike: Source. In CS:S, use func_ladder instead.
Risk of Confusion:This is a point entity despite the name starting with func_ (which is usually used for brush entities).
(-added class hierarchy, cleanup) |
SirYodaJedi (talk | contribs) No edit summary |
||
Line 2: | Line 2: | ||
{{this is a|point entity|name=func_ladderendpoint}} | {{this is a|point entity|name=func_ladderendpoint}} | ||
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! | 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! | ||
Line 8: | Line 7: | ||
{{note|This entity is non-functional in [[Counter-Strike: Source]]. In CS:S, use [[func_ladder]] instead.}} | {{note|This entity is non-functional in [[Counter-Strike: Source]]. In CS:S, use [[func_ladder]] instead.}} | ||
{{func point ent}} | |||
== Keyvalues == | == Keyvalues == |
Revision as of 08:08, 3 March 2025
![]() |
---|
CFuncLadderEndPoint |
![]() |
func_ladderendpoint
is a point entity available in all Source games.
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.


Keyvalues
- Name (targetname) <string>[ Edit ]
- The name that other entities refer to this entity by, via Inputs/Outputs or other keyvalues (e.g.
parentname
ortarget
).
Also displayed in Hammer's 2D views and Entity Report.See also: Generic Keyvalues, Inputs and Outputs available to all entities
- Other (target) <targetname>
- A ladder goes between any two func_ladderendpoints pointing at each other.