Point nav attribute region

From Valve Developer Community
Revision as of 16:48, 31 March 2021 by Orinuse (talk | contribs) (Page templates updated to new ones, and a summary with the much needed descriptive-ness)
Jump to navigation Jump to search

Template:L4d2 point The point entity version of func_nav_attribute_region. Like its brush entity version, it holds nav attributes to be applied to regions of nav areas in its volume, which is automatic on every new round start. There isn't much of any reason to use this over the brush entity, other than personal preferences though.

In a scripting context, this entity may be seen in various Entity Group scripts by Valve (especially Holdout), but is not as relevant anymore since script_nav_attribute_region now exists after The Last Stand update.

Note.pngNote:If you are spawning this entity through scripts, reminder it won't exist on every new round start, so the attributes must be applied manually.
Class Info Tab

Keyvalues

Flags

Flags


Inputs

Outputs

See Also