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.
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
{{ | {{Source topicon}} | ||
{{ | {{Lang|title=func_ladder}} | ||
{{ | {{Entity|func_ladder|type=e3}} | ||
{{ | {{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 {{Ent|Func_useableladder}} instead.}} | ||
{{Note|This entity does not function in {{csgo}}. Consult [[Creating Ladders (CSGO)]] for help.}} | |||
==Entity description== | ==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 | 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 {{Ent|func_ladder}} brush. | ||
This entity has no keyvalues, flags, inputs, or outputs. | This entity has no keyvalues, flags, inputs, or outputs. | ||
{{ | {{Code class|CInfoLadder|nav_ladder.cpp}} | ||
{{intent}} | {{intent}} |
Revision as of 01:36, 11 March 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.