func_nav_stairs_toggle

From Source Entities
Jump to navigation Jump to search

Code classes:

Trigger.png

func_nav_stairs_toggle is a brush entity present in L4d.pngLeft 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.