Template:KV NavAttributeRegion: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
m (Add internal names, Fix expected type of remove_attributes bool->integer)
Line 1: Line 1:
{{ScrollBox|title=NavAttributeRegion|
{{ScrollBox|title=NavAttributeRegion|
{{KV|Precise|choices|
{{KV|Precise|intn=precise|choices|
:* 0 : Off
:* 0 : Off
:* 1 : On}}
:* 1 : On}}
{{KV|Crouch|choices|
{{KV|Crouch|intn=crouch|choices|
:* 0 : Off
:* 0 : Off
:* 1 : On}}
:* 1 : On}}
{{KV|Stairs|choices|
{{KV|Stairs|intn=stairs|choices|
:* 0 : Off
:* 0 : Off
:* 1 : On}}
:* 1 : On}}
{{KV|Tank Only|choices|
{{KV|Tank Only|intn=tank_only|choices|
:* 0 : Off
:* 0 : Off
:* 1 : On}}
:* 1 : On}}
{{KV|Mob Only|choices|
{{KV|Mob Only|intn=mob_only|choices|
:* 0 : Off
:* 0 : Off
:* 1 : On}}
:* 1 : On}}
{{KV|Remove Attributes|bool| Should remove attributes from nav areas instead of applying them?
{{KV|Remove Attributes|intn=remove_attributes|integer| Should remove attributes from nav areas instead of applying them?
}}}}<noinclude>
}}}}<noinclude>
[[Category:Keyvalue Templates|NavAttributeRegion]]
[[Category:Keyvalue Templates|NavAttributeRegion]]
</noinclude>
</noinclude>

Revision as of 09:00, 17 March 2021

NavAttributeRegion:
Precise (precise) <choices>
  • 0 : Off
  • 1 : On
Crouch (crouch) <choices>
  • 0 : Off
  • 1 : On
Stairs (stairs) <choices>
  • 0 : Off
  • 1 : On
Tank Only (tank_only) <choices>
  • 0 : Off
  • 1 : On
Mob Only (mob_only) <choices>
  • 0 : Off
  • 1 : On
Remove Attributes (remove_attributes) <integer>
Should remove attributes from nav areas instead of applying them?