Func group (GoldSrc): Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with "'''{{code|func_group}}''' is an internal brush entity in ZHLT and forks and in ericw-tools. It is a regular world brush which affects VIS, but can have certain...")
 
mNo edit summary
 
Line 2: Line 2:


The implementation differs slightly between the ZHLT family and ericw-tools. For more information, see the individual compiler pages:
The implementation differs slightly between the ZHLT family and ericw-tools. For more information, see the individual compiler pages:
* [[func_detail (ZHLT)]]
* [[func_group (ZHLT)]]
* [[func_detail (ericw-tools)]]
* [[func_group (ericw-tools)]]

Latest revision as of 07:39, 18 July 2024

func_group is an internal brush entity 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: