func_wall Last edited 4 years ago2020-05-24 20:43:12 UTC

Brush Entity
This entity lets you create a stationary piece of geometry in your level which can then be modified (through its rendering properties) for a number of effects. Often used for things like unbreakable glass, masked textures (fences, ladders).

In the past it was also used for performance reasons, but nowadays func_detail (introduced by Vluzacn's compile tools) is often a better choice.

Entity Properties

Class Info

Flags

Notes

1 Comment

Commented 4 weeks ago2024-06-28 06:57:44 UTC Comment #106219
Relevant ZHLT toggled texlight hack is still available in VHLT:
  • have a light and func_wall entity pair of the same name
  • set func_wall's style to -3
  • set light's custom pattern if needed, and whether it will be initially dark
  • set an entity to trigger the pair. they will be triggered together because of the shared name.
the effect being that the light emitted by the texlight has the same light style as the paired light entity instead of being static, and thus can be toggled with it.

But now that VHLT has light_surface, just use that instead.

You must log in to post a comment. You can login or register a new account.