Func nav stairs toggle: Difference between revisions
Jump to navigation
Jump to search

(Created page with "{{l4d brush|func_nav_stairs_toggle}} It will add or remove the 'STAIRS' attribute from all nav areas that overlap the brush. == Keyvalues == {{KV|Initial S...") |
(Rewrite Template:Lang to Template:LanguageBar. This action was performed by a bot.) |
||
| (8 intermediate revisions by 6 users not shown) | |||
| Line 1: | Line 1: | ||
{{ | {{LanguageBar}} | ||
{{CD|CFuncNavStairsToggle}} | |||
{{this is a|brush entity|name=func_nav_stairs_toggle|game=Left 4 Dead}} It will add or remove the 'STAIRS' attribute from all [[Navigation Meshes|nav areas]] that overlap the brush. | |||
== Keyvalues == | == Keyvalues == | ||
{{KV|Initial Setting|choices|}} | {{KV Targetname}} | ||
{{KV|Initial Setting|intn=InitialSetting|choices|}} | |||
:* 0 : Leave Default Value | :* 0 : Leave Default Value | ||
:* 1 : Add Attribute | :* 1 : Add Attribute | ||
:* -1 : Remove Attribute | :* -1 : Remove Attribute | ||
== Inputs == | == Inputs == | ||
{{ | {{I|AddStairsAttribute|Adds the STAIRS attribute to overlapping nav areas}} | ||
{{ | {{I|RemoveStairsAttribute|Removes the STAIRS attribute from overlapping nav areas}} | ||
== | == See Also == | ||
{{ | * {{ent|func_nav_attribute_region}} | ||
Latest revision as of 16:55, 18 July 2025
| CFuncNavStairsToggle |
func_nav_stairs_toggle is a brush entity available in
Left 4 Dead. It will add or remove the 'STAIRS' attribute from all nav areas that overlap the brush.
Keyvalues
- Name (targetname) <string>
- The name that other entities refer to this entity by, via Inputs/Outputs or other keyvalues (e.g.
parentnameortarget).
Also displayed in Hammer's 2D views and Entity Report. - See also: Generic Keyvalues, Inputs and Outputs available to all entities
- Initial Setting (InitialSetting) <choices>
-
- 0 : Leave Default Value
- 1 : Add Attribute
- -1 : Remove Attribute
Inputs
- AddStairsAttribute
- Adds the STAIRS attribute to overlapping nav areas
- RemoveStairsAttribute
- Removes the STAIRS attribute from overlapping nav areas