func_bulletshield

From Valve Developer Community
Revision as of 09:33, 8 January 2024 by Thunder4ik (talk | contribs) (→‎top: Unicodifying, replaced: {{language subpage → {{langsp)
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 an e2 available in Half-Life 2 series Half-Life 2 series. This is an unused entity that seems to have been specifically for blocking bullets. Use something like func_brush or the tools/toolsblockbullets texture instead. To use it, the entity code must be re-enabled.

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