func_nav_stairs_toggle
Jump to navigation
Jump to search
Code classes:
CFuncNavStairsToggle
CBaseEntity
(all ents)
func_nav_stairs_toggle
is a brush entity present in Left 4 Dead. It will add or remove the STAIRS
attribute from all navmesh areas that touch the brush.
Keyvalues[edit | edit source]
- Initial Setting
<choices>
- Sets or unsets the stairs attribute on spawn.
- 0: Leave Default Value
- 1: Add Attribute
- -1: Remove Attribute
Inputs[edit | edit source]
- AddStairsAttribute
- Adds the attribute to nav areas touching the brush.
- RemoveStairsAttribute
- Removes the attribute from nav areas touching the brush.