Template:KV NavAttributeRegion: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
(Updated the KVs with {{only|l4d2}})
Line 3: Line 3:
</noinclude>
</noinclude>
{{ScrollBox|title=NavAttributeRegion|
{{ScrollBox|title=NavAttributeRegion|
{{KV|Precise|intn=precise|choices|
{{KV|Precise|intn=precise|choices|only=l4d2}}
* 0 : Off
{{KV|Crouch|intn=crouch|choices||only=l4d2}}
* 1 : On}}
{{KV|Stairs|intn=stairs|choices|only=l4d2}}
{{KV|Crouch|intn=crouch|choices|
{{KV|Tank Only|intn=tank_only|choices|only=l4d2}}
* 0 : Off
{{KV|Mob Only|intn=mob_only|choices|If either of the above 5 are enabled, their respective [[List_of_L4D_Series_Nav_Mesh_Attributes|nav attributes]] will also be applied.
* 1 : On}}
:* 0 : Off
{{KV|Stairs|intn=stairs|choices|
:* 1 : On
* 0 : Off
|only=l4d2}}
* 1 : On}}
{{KV|Remove Attributes|intn=remove_attributes|integer|Remove attributes from nav areas instead of applying them.|only=l4d2}}
{{KV|Tank Only|intn=tank_only|choices|
}}<noinclude>
* 0 : Off
* 1 : On}}
{{KV|Mob Only|intn=mob_only|choices|
* 0 : Off
* 1 : On}}
{{KV|Remove Attributes|intn=remove_attributes|integer|If nonzero, remove attributes from nav areas instead of applying them.
}}}}<noinclude>
[[Category:Keyvalue Templates|NavAttributeRegion]]
[[Category:Keyvalue Templates|NavAttributeRegion]]
</noinclude>
</noinclude>

Revision as of 03:00, 12 August 2021


NavAttributeRegion:
Precise (precise) <choices> (only in Left 4 Dead 2)
Crouch (crouch) <choices> (only in Left 4 Dead 2)
Stairs (stairs) <choices> (only in Left 4 Dead 2)
Tank Only (tank_only) <choices> (only in Left 4 Dead 2)
Mob Only (mob_only) <choices> (only in Left 4 Dead 2)
If either of the above 5 are enabled, their respective nav attributes will also be applied.
  • 0 : Off
  • 1 : On
Remove Attributes (remove_attributes) <integer> (only in Left 4 Dead 2)
Remove attributes from nav areas instead of applying them.