Func healthcharger: Difference between revisions
Jump to navigation
Jump to search
Note:For Keyvalues and Inputs affecting brush rendering, see Brush entity/Rendering related keyvalues and inputs
SirYodaJedi (talk | contribs) No edit summary |
SirYodaJedi (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
{{ | {{tabsBar|main=func_healthcharger}} | ||
{{CD|CWallHealth|file1=item_healthkit.cpp}} | {{CD|CWallHealth|file1=item_healthkit.cpp}} | ||
{{this is a|brush entity|name=func_healthcharger|game=Half-Life 2 series}} A brush-based version of {{ent|item_healthcharger}}. | {{this is a|brush entity|name=func_healthcharger|game=Half-Life 2 series}} A brush-based version of {{ent|item_healthcharger}}. |
Revision as of 10:51, 9 September 2024
![]() |
---|
CWallHealth |
![]() |
func_healthcharger
is a brush entity available in Half-Life 2 series. A brush-based version of item_healthcharger.
Keyvalues

- Name (targetname) <string>[ Edit ]
- The name that other entities refer to this entity by, via Inputs/Outputs or other keyvalues (e.g.
parentname
ortarget
).
Also displayed in Hammer's 2D views and Entity Report.See also: Generic Keyvalues, Inputs and Outputs available to all entities
- Deathmatch recharge delay (dmdelay) <integer>
Outputs
- OutRemainingCharge <float >
- Fires once for every single point of health given to the player. That means it will not fire when the charger is depleted or when the player is at full health. This output automatically puts the amount of points remaining in the charger[confirm] into the parameter box for inputs, if the mapper does not override the parameter with something else.
- OnPlayerUse
- Fired when the player tries to +use the healthcharger.
See also
- item_healthcharger, a point entity with a similar function.
- func_recharge, a brush-based recharger meant for suit power.