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...") |
(-removed irrelevant stuff) |
||
Line 11: | Line 11: | ||
{{IO|AddStairsAttribute|Adds the STAIRS attribute to overlapping nav areas}} | {{IO|AddStairsAttribute|Adds the STAIRS attribute to overlapping nav areas}} | ||
{{IO|RemoveStairsAttribute|Removes the STAIRS attribute from overlapping nav areas}} | {{IO|RemoveStairsAttribute|Removes the STAIRS attribute from overlapping nav areas}} | ||
Revision as of 11:14, 31 October 2022
Template:L4d brush 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
ortarget
).
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