Func nav attribute region

From Valve Developer Community
Revision as of 03:28, 29 July 2009 by TheFixer333 (talk | contribs) (Created page with 'A Left 4 Dead brush entity that holds attributes to be applied to regions of nav areas during generation. ==Keyvalues== {{KV_Targetname}} ==Flags== These are the only attribute…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

A Left 4 Dead brush entity that holds attributes to be applied to regions of nav areas during generation.

Keyvalues

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

Flags

These are the only attributes that can be applied with this entity; any other attributes must be set by editing the navigation mesh manually.

Note.pngNote:See Navigation Mesh Attributes (L4D) for a complete list of L4D attributes and their effects.
  • Empty (No Wanderers)
  • Battlestation
  • Finale
  • Mission Start
  • Battlefield
  • Checkpoint
  • No mobs

Inputs

Outputs

See Also