Func group (GoldSrc)

From Valve Developer Community
Revision as of 23:09, 27 April 2026 by Dusty64 (talk | contribs) (I think it's misleading to say it's just in ZHLT and ericw-tools, when it's truly not: https://github.com/ValveSoftware/halflife/blob/b1b5cf5892918535619b2937bb927e46cb097ba1/utils/qcsg/map.c#L287)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

func_group is an internal brush entity in GoldSrc, also available in ZHLT and forks and in ericw-tools. It is a regular world brush which affects VIS, but can have certain extra flags to tell the compilers how to treat the brush.

The implementation differs slightly between the ZHLT family and ericw-tools. For more information, see the individual compiler pages:

See Also