Template:I NavBlocker: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Hopefully extra lien space is gone now)
m (removed templates)
Line 2: Line 2:
{{IO|BlockNav|Starts blocking nav areas.}}
{{IO|BlockNav|Starts blocking nav areas.}}
{{IO|UnblockNav|Stops blocking nav areas.}}
{{IO|UnblockNav|Stops blocking nav areas.}}
{{warning|Enabled/Disabled state, or killing the entity, does ''not'' block or unblock NAV areas. Use<code>BlockNav</code>/<code>UnblockNav</code>!}}
{{warning|Nav areas stay blocked even after this is killed or disabled! Use<code>BlockNav</code>/<code>UnblockNav</code>first.}}
{{I BaseEntity|l4d2=1}}
{{I EnableDisable}}
}}<noinclude>
}}<noinclude>
[[Category:Input Templates|NavBlocker]]
[[Category:Input Templates|NavBlocker]]
</noinclude>
</noinclude>

Revision as of 12:48, 25 August 2021

NavBlocker:
BlockNav
Starts blocking nav areas.
UnblockNav
Stops blocking nav areas.
Warning.pngWarning:Nav areas stay blocked even after this is killed or disabled! UseBlockNav/UnblockNavfirst.