Func detail blocker: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(-added warning, removed pointless information)
(-added class hierarchy)
Line 1: Line 1:
{{lang|Func detail blocker}}
{{lang|Func detail blocker}}
{{CD|CDetailBlocker|file1=effects.cpp|CServerOnlyEntity|CBaseEntity}}
{{base brush|func_detail_blocker|since=Left 4 Dead}} It disallows [[detail props]] from being placed inside its volume.
{{base brush|func_detail_blocker|since=Left 4 Dead}} It disallows [[detail props]] from being placed inside its volume.
{{warning|[[AABB]] is used for the detail blocking}}
{{warning|[[AABB]] is used for the detail blocking}}

Revision as of 15:28, 4 November 2022

English (en)Translate (Translate)
C++ Class hierarchy
CDetailBlocker
CServerOnlyEntity
CBaseEntity
C++ effects.cpp

Template:Base brush It disallows detail props from being placed inside its volume.

Warning.pngWarning:AABB is used for the detail blocking
Note.pngNote:This entity is available for Source SDK 2013 by replacing vbsp.exe with this modified version: https://github.com/wouterpleizier/source-sdk-2013/commit/8a102a7b6d6e821bc77925a3df241cfad70876e7
Note.pngNote:This entity is also in Garry's Mod Garry's Mod .
C++ In code, it is represented by theCDetailBlockerclass, defined in theeffects.cppfile.