Func extinguishercharger: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(Added ent not in game|in sdk=1 template and since it does have a least one link to another VDC article and it is similar to most other entity articles that aren't classified as dead end, I don't this page need the template anymore.) |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
{{obsolete|entity=1}} | {{obsolete|entity=1}} | ||
{{ent not in game|in sdk=1}} | |||
{{CD|CExtinguisherCharger|file1=1}} | {{CD|CExtinguisherCharger|file1=1}} | ||
{{stub}} | {{stub}} | ||
{{This is a|brush entity|cut=1|name=func_extinguishercharger|game=Half-Life 2}} It would have been used to refill the [[weapon_extinguisher|fire extinguisher]] on the Borealis ship. | {{This is a|brush entity|cut=1|name=func_extinguishercharger|game=Half-Life 2}} It would have been used to refill the cut [[weapon_extinguisher|fire extinguisher]] on the Borealis ship. | ||
weapon_extinguisher.cpp | weapon_extinguisher.cpp | ||
Line 10: | Line 10: | ||
:PRECACHE_WEAPON_REGISTER( weapon_extinguisher ); | :PRECACHE_WEAPON_REGISTER( weapon_extinguisher ); | ||
[[Category: Half-Life 2 entities]] | [[Category: Half-Life 2 entities]] |
Latest revision as of 12:38, 4 June 2025

This entity is obsolete. Its use is discouraged. It may only exist/function in older engine branches.

This entity is not in the game by default, but still has code available for it in the SDK.
This feature is not available anymore.
This feature is not available anymore.
![]() |
---|
CExtinguisherCharger |
![]() |
func_extinguishercharger
is a cut brush entity available in Half-Life 2. It would have been used to refill the cut fire extinguisher on the Borealis ship.
weapon_extinguisher.cpp
- LINK_ENTITY_TO_CLASS( weapon_extinguisher, CWeaponExtinguisher );
- PRECACHE_WEAPON_REGISTER( weapon_extinguisher );