Func nav attribute region: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(-added class hierarchy)
mNo edit summary
Line 1: Line 1:
{{CD|CFuncNavAttributeRegion}}
{{CD|CFuncNavAttributeRegion}}
{{lang|Func nav attribute region}}
{{lang|title=func_nav_attribute_region}}
{{l4d series brush|func_nav_attribute_region}} It holds [[List_of_L4D_Series_Nav_Mesh_Attributes|nav attributes]] to be applied on regions of overlapping nav areas when a navigation mesh has ''finished generating'' with <code>nav_generate</code>/<code>nav_generate_incremental</code>. Great for attributes necessitated by large regions of nav areas; e.g. The<code>FINALE</code>attribute.  
{{entity|func_nav_attribute_region|typpe=e2|series=Left 4 Dead}} It holds [[List_of_L4D_Series_Nav_Mesh_Attributes|nav attributes]] to be applied on regions of overlapping nav areas when a navigation mesh has ''finished generating'' with <code>nav_generate</code>/<code>nav_generate_incremental</code>. Great for attributes necessitated by large regions of nav areas; e.g. The<code>FINALE</code>attribute.  


{{tip|In {{l4d2}}, Attributes are automatically applied after this entity spawns in, which is also every new round.}}
{{tip|In {{l4d2}}, Attributes are automatically applied after this entity spawns in, which is also every new round.}}

Revision as of 09:07, 24 January 2023

C++ Class hierarchy
CFuncNavAttributeRegion
CBaseEntity
English (en)中文 (zh)Translate (Translate)

Template:Entity It holds nav attributes to be applied on regions of overlapping nav areas when a navigation mesh has finished generating with nav_generate/nav_generate_incremental. Great for attributes necessitated by large regions of nav areas; e.g. TheFINALEattribute.

Tip.pngTip:In Left 4 Dead 2, Attributes are automatically applied after this entity spawns in, which is also every new round.
Note.pngNote:Attributes set will persists when a round ends!

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

Inputs

See Also