Func nav attribute region: Difference between revisions
Jump to navigation
Jump to search
Tip:In
, Attributes are automatically applied after this entity spawns in, which is also every new round.
Note:Attributes set will persists when a round ends!
m (minor) |
1416006136 (talk | contribs) mNo edit summary |
||
Line 1: | Line 1: | ||
{{lang| | {{lang|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. | {{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. | ||
Revision as of 00:17, 24 August 2022
Template:L4d series brush 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. TheFINALE
attribute.


