Func healthcharger (Half-Life: Source): 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) mNo edit summary |
SirYodaJedi (talk | contribs) mNo edit summary |
||
Line 7: | Line 7: | ||
==Keyvalues== | ==Keyvalues== | ||
{{Brush rendering note}} | {{Brush rendering note}} | ||
{{KV Targetname}} | {{KV Targetname}} | ||
{{KV|Deathmatch recharge delay|intn=dmdelay|integer}} | {{KV|Deathmatch recharge delay|intn=dmdelay|integer}} |
Latest revision as of 07:18, 10 September 2024
![]() |
---|
CWallHealth |
![]() |
func_healthcharger
is a brush entity available in Half-Life: Source. This is the health charger which gradually replenishes player health on use, until empty or the player is at full health.
This entity should be textured with a material using the ToggleTexture
material proxy. Frame 0 is used when there is charge remaining, and frame 1 is used when the charger is depleted.
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>
See also
- func_recharge a brush-based recharger meant for suit power.