Func detail (GoldSrc): Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with "{{tabs|func_detail|goldsrc=1|source=1|main=source}} '''{{code|func_detail}}''' is an internal brush entity in VHLT and forks and ericw-tools. It is a world brush w...")
 
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{tabs|func_detail|goldsrc=1|source=1|main=source}}
{{tabs|func_detail|goldsrc=1|source=1|main=source}}
'''{{code|func_detail}}''' is an internal brush entity in [[VHLT]] and forks and [[ericw-tools]]. It is a [[world brush]] which does not affect [[VIS]].
'''{{code|func_detail}}''' is an internal brush entity in [[VHLT]] and forks and [[ericw-tools]]. It is a [[world brush]] which does not affect [[VIS]].
Line 5: Line 6:
* [[func_detail (VHLT)]]
* [[func_detail (VHLT)]]
* [[func_detail (ericw-tools)]]
* [[func_detail (ericw-tools)]]
==See Also==
* {{ent|func_group|engine=GoldSrc}}
*[[VIS]]
*[[Visibility optimization]]
[[Category:GoldSrc]]

Latest revision as of 12:17, 22 October 2025

func_detail is an internal brush entity in VHLT and forks and ericw-tools. It is a world brush which does not affect VIS.

The implementation differs greatly between VHLT and ericw-tools. For more information, see the individual compiler pages:

See Also