func_bulletshield

From Valve Developer Community
Revision as of 18:08, 2 February 2025 by MrFunreal (talk | contribs) (added link to blockbullets page on how to actually block bullets. In an effort to send more links to the new page.)
Jump to navigation Jump to search
English (en)Translate (Translate)
Obsolete-notext.png
This entity is obsolete. Its use is discouraged. It may only exist/function in older engine branches.

func_bulletshield is a brush entity available in Half-Life 2 Half-Life 2, Half-Life 2: Episode One Half-Life 2: Episode One, Half-Life 2: Episode Two Half-Life 2: Episode Two, and Half-Life 2: Deathmatch Half-Life 2: Deathmatch. This is an unused entity that seems to have been specifically for blocking bullets.
See Blockbullets for ways to block bullets.

C++ In code, it is represented by theCFuncBulletShieldclass, defined in thefunc_bulletshield.cppfile.