This article's documentation is for anything that uses the Source engine. Click here for more information.

func_detail_blocker

From Valve Developer Community
Jump to navigation Jump to search
Class hierarchy
CDetailBlocker
CServerOnlyEntity
CBaseEntity
effects.cpp
Toolstrigger.gif

func_detail_blocker is a semi-internal brush entity available in all Source Source games since Left 4 Dead Left 4 Dead. It disallows detail props from being placed inside its volume.

Warning.pngWarning:This entity applies its effect based on its AABB instead of its brush model. AABB of individual brushes is considered in this case and not of the whole brush model which means tying many brushes into single func_detail_blocker will work identically as if they were separate[confirm].[ Edit ]
Warning.pngRisk of Confusion:Not related to func_detail entity in any way
Note.pngNote:The blocking of detail props only functions during the compile process, effectively making this entity an internal entity, however it is still present while in-game. It is safe to kill the entity via a logic_auto on map spawn to prevent wasted resources.
Note.pngNote:This entity is available for Source SDK 2013 by replacing vbsp.exe with this modified version
Note.pngNote:This entity is also in Garry's Mod Garry's Mod,Slammin' Source Map Tools Slammin' Source Map Tools.