Func ladder

From Valve Developer Community
Revision as of 08:57, 6 June 2019 by Idolon (talk | contribs) (added note that func_ladder does nothing in CSGO, which is mentioned elsewhere but not here)
Jump to navigation Jump to search

Template:Brush ent

Note.pngNote: This entity does not function in Counter-Strike: Global Offensive Counter-Strike: Global Offensive. Consult Creating Ladders (CSGO) for help.

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.

C++ In code, it is represented by theCInfoLadderclass, defined in thenav_ladder.cppfile.

Template:Intent

See also