Point nav attribute region: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(-uh)
No edit summary
Line 1: Line 1:
{{CD|CFuncNavAttributeRegion}}
{{CD|CFuncNavAttributeRegion}}
{{L4d2 point|point_nav_attribute_region}} The point entity version of [[func_nav_attribute_region]]. Like its brush entity version, it applies nav attributes to overlapping nav areas when it spawns in or the nav is being generated.
{{this is a|point entity|name=point_nav_attribute_region|game=Left 4 Dead 2}} The point entity version of [[func_nav_attribute_region]]. Like its brush entity version, it applies nav attributes to overlapping nav areas when it spawns in or the nav is being generated.


In VScripting, this entity may be seen in [[L4D2_EMS/Appendix:_Entity_Groups|Entity Group]] scripts by Valve (especially Holdout), but is now less relevant since [[script_nav_attribute_region]] now exists after The Last Stand update.
In VScripting, this entity may be seen in [[L4D2_EMS/Appendix:_Entity_Groups|Entity Group]] scripts by Valve (especially Holdout), but is now less relevant since [[script_nav_attribute_region]] now exists after The Last Stand update.

Revision as of 18:24, 5 January 2024

C++ Class hierarchy
CFuncNavAttributeRegion
CBaseEntity

point_nav_attribute_region is a point entity available in Left 4 Dead 2 Left 4 Dead 2. The point entity version of func_nav_attribute_region. Like its brush entity version, it applies nav attributes to overlapping nav areas when it spawns in or the nav is being generated.

In VScripting, this entity may be seen in Entity Group scripts by Valve (especially Holdout), but is now less relevant since script_nav_attribute_region now exists after The Last Stand update.

Note.pngNote:Attributes set will persists when a round ends!

Keyvalues

Mins (mins) <vector>
Maxs (maxs) <vector>

An outlined box is displayed in Hammer when Mins/Maxs are specified.


Flags

Inputs

See Also