Func ladder: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 13: Line 13:
==See also==
==See also==
* [[Working Ladders]]
* [[Working Ladders]]
[[Category:Entities]]

Revision as of 09:13, 6 March 2011

Template:Brush ent

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

Template:Intent

Availability

Template:In game All Source games except Half-Life 2: Deathmatch and Team Fortress 2. In code it is represented by class CInfoLadder, defined in nav_ladder.cpp.

See also