Template:Fl NavAttributeRegion: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(modified link in note to avoid double redirects.)
(Fixed 'navigation mesh' page link; Formatted all the attributes as <code> text;few trivial minor changes)
Line 3: Line 3:
</noinclude>
</noinclude>
{{ScrollBox|title=NavAttributeRegion|
{{ScrollBox|title=NavAttributeRegion|
These are the only attributes that can be applied with this entity; any other attributes must be set by editing the [[Navigation Meshes (L4D)|navigation mesh]] manually.
These are the ''only'' attributes that can be applied; any other attributes must be done with alternative methods, like editing the [[Navigation Meshes|navigation mesh]] manually.  
* 2 : Empty (no wanderers)
* 2 :<code>EMPTY</code> (no wanderers)
* 32 : Battlestation
* 32 :<code>BATTLESTATION</code>
* 64 : Finale
* 64 :<code>FINALE</code>
* 128 : Mission Start
* 128 :<code>PLAYER_START</code>
* 256 : Battlefield
* 256 :<code>BATTLEFIELD</code>
* 1024 : Not Clearable
* 1024 :<code>NOT_CLEARABLE</code>
* 2048 : Checkpoint
* 2048 :<code>CHECKPOINT</code>
* 4096 : Obscured
* 4096 :<code>OBSCURED</code>
* 8192 : No mobs
* 8192 :<code>NO_MOBS</code>
* 32768 : Rescue Vehicle
* 32768 :<code>RESCUE_VEHICLE</code>
* 65536 : Rescue Closet
* 65536 :<code>RESCUE_CLOSET</code>
* 524288 : No Threat {{l4d2}}
* 524288 :<code>NOTHREAT</code> {{l4d2}}
* 1048576 : Lying down {{l4d2}}
* 1048576 :<code>LYINGDOWN</code> {{l4d2}}
{{note|See [[List of L4D Series Nav Mesh Attributes]] for a complete list of L4D attributes and their effects.}}
}}<noinclude>
}}<noinclude>
{{note|Effects of the attributes can be read at the [[List of L4D Series Nav Mesh Attributes]] page.}}
[[Category:Flag Templates|NavAttributeRegion]]
[[Category:Flag Templates|NavAttributeRegion]]
</noinclude>
</noinclude>

Revision as of 04:44, 12 August 2021


NavAttributeRegion:

These are the only attributes that can be applied; any other attributes must be done with alternative methods, like editing the navigation mesh manually.

  • 2 :EMPTY (no wanderers)
  • 32 :BATTLESTATION
  • 64 :FINALE
  • 128 :PLAYER_START
  • 256 :BATTLEFIELD
  • 1024 :NOT_CLEARABLE
  • 2048 :CHECKPOINT
  • 4096 :OBSCURED
  • 8192 :NO_MOBS
  • 32768 :RESCUE_VEHICLE
  • 65536 :RESCUE_CLOSET
  • 524288 :NOTHREAT Left 4 Dead 2
  • 1048576 :LYINGDOWN Left 4 Dead 2
Note.pngNote:Effects of the attributes can be read at the List of L4D Series Nav Mesh Attributes page.