Func ladder: Difference between revisions
Jump to navigation
Jump to search
Note:This entity has not been available since Source SDK 2006 and later and doesn't function in ep1-2 series, even if to add it to base.fgd. Use Func_useableladder instead.
Note:This entity does not function in
. Consult Creating Ladders (CSGO) for help.
Note:This entity is prone to exploitation, as a player can travel up the ladder with two keys at once to travel faster up, and at the end of the ladder they will be flung upwards to possibly reach high areas.
m ({{lang}} -> {{Language subpage}}) |
m (Added information about exploitation.) |
||
Line 11: | Line 11: | ||
{{Code class|CInfoLadder|nav_ladder.cpp}} | {{Code class|CInfoLadder|nav_ladder.cpp}} | ||
{{Note|This entity is prone to exploitation, as a player can travel up the ladder with two keys at once to travel faster up, and at the end of the ladder they will be flung upwards to possibly reach high areas.}} | |||
{{intent}} | {{intent}} | ||
== See also == | == See also == | ||
* [[Working Ladders]] | * [[Working Ladders]] |
Revision as of 09:33, 10 May 2023



Entity description
A ladder. Players will be able to freely move along this brush, as if it was a ladder. If you are using a model prop for the visual representation of the ladder in the map, apply the toolsinvisibleladder material to the func_ladder brush.
This entity has no keyvalues, flags, inputs, or outputs.
