Template:Hl1 kv zhlt invisible: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with "{{KV|Don't Render (ZHLT 3+)|intn=zhlt_invisible|boolean| Treat all faces as if they were textured with NULL.}} :{{tip|Use this on triggers which use custom textures instead of...")
 
No edit summary
Line 1: Line 1:
<onlyinclude>{{#ifeq:{{{notitle|}}}||{{minititle|ZHLT}}}}
{{KV|Don't Render (ZHLT 3+)|intn=zhlt_invisible|boolean|
{{KV|Don't Render (ZHLT 3+)|intn=zhlt_invisible|boolean|
Treat all faces as if they were textured with NULL.}}
Treat all faces as if they were textured with NULL.}}
:{{tip|Use this on triggers which use custom textures instead of AAATRIGGER or NULL, such as ladders.}}
:{{tip|Use this on triggers which use custom textures instead of AAATRIGGER or NULL, such as ladders.}}
{{Kv|Custom Hull 1 (VHLT+)|intn=zhlt_hull1|target_destination}}
{{Kv|Custom Hull 2 (VHLT+)|intn=zhlt_hull2|target_destination}}
{{Kv|Custom Hull 3 (VHLT+)|intn=zhlt_hull3|target_destination|
Which named [[info_hullshape]] entity to use for the specified clipping hull.
}}
{{Kv|Mins/Maxs (VHLT+)|intn=zhlt_minsmaxs|vector{{!}}mins vector + maxs vector|
Override this entity's [[bounding box]].}}
{{kv|zhlt_transform|intn=zhlt_transform|}}
{{kv|zhlt_hidden|intn=zhlt_hidden|}}
{{kv|zhlt_striprad|intn=zhlt_striprad|}}
</onlyinclude>

Revision as of 08:50, 11 July 2024

ZHLT:

Don't Render (ZHLT 3+) (zhlt_invisible) <boolean>
Treat all faces as if they were textured with NULL.
Tip.pngTip:Use this on triggers which use custom textures instead of AAATRIGGER or NULL, such as ladders.
Custom Hull 1 (VHLT+) (zhlt_hull1) <targetname>
Custom Hull 2 (VHLT+) (zhlt_hull2) <targetname>
Custom Hull 3 (VHLT+) (zhlt_hull3) <targetname>
Which named info_hullshape entity to use for the specified clipping hull.
Mins/Maxs (VHLT+) (zhlt_minsmaxs) <mins vector + maxs vector|vector|mins vector + maxs vector>
Override this entity's bounding box.
zhlt_transform (zhlt_transform)
zhlt_hidden (zhlt_hidden)
zhlt_striprad (zhlt_striprad)