func_nav_stairs_toggle

From Valve Developer Community
Revision as of 18:23, 17 May 2024 by PeeBot (talk | contribs) (Changed parameters of {{this is a}} to comply with the updated version. This action was performed by a bot.)
Jump to navigation Jump to search
English (en)Translate (Translate)

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 ([todo internal name (i)]) <choices>
  • 0 : Leave Default Value
  • 1 : Add Attribute
  • -1 : Remove Attribute
Name (targetname) <string>[ Edit ]
The name that other entities refer to this entity by, via Inputs/Outputs or other keyvalues (e.g. parentname or target).
Also displayed in Hammer's 2D views and Entity Report.
See also:  Generic Keyvalues, Inputs and Outputs available to all entities

Inputs

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