Func ladder: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 1: Line 1:
{{Brush ent|func_ladder|internal=1}}
{{Brush ent|func_ladder|internal=1}}


==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.  
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.  



Revision as of 10:31, 8 May 2012

Template:Brush ent

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