Moderator elections are being held. See Valve Developer Community:Moderator elections for more details.
Users who would like to run for moderator must be autoconfirmed and have at least 100 edits. Users can check their own edit count at Special:Preferences.

func_nav_stairs_toggle

From Valve Developer Community
Jump to: navigation, search
English (en)
... Icon-Important.png

func_nav_stairs_toggle is a brush entity available in Left 4 Dead Left 4 Dead. It will add or remove the 'STAIRS' attribute from all nav areas that overlap the brush.

Keyvalues

Initial Setting (???) <choices>
  • 0 : Leave Default Value
  • 1 : Add Attribute
  • -1 : Remove Attribute

Targetname:

Name (targetname) <string>
The targetname that other entities refer to this entity by.

Inputs

AddStairsAttribute
Adds the STAIRS attribute to overlapping nav areas
RemoveStairsAttribute
Removes the STAIRS attribute from overlapping nav areas