Delegate Listeners.OnEntityTakeDamagePost
- Namespace
- CounterStrikeSharp.API.Core
- Assembly
- CounterStrikeSharp.API.dll
Called when an entity has taken damage.
Cannot be prevented; the damage has already been applied.
Modifications to info at this stage have no effect.
[ListenerName("OnEntityTakeDamagePost")]
public delegate void Listeners.OnEntityTakeDamagePost(CBaseEntity entity, CTakeDamageInfo info, CTakeDamageResult result)
Parameters
entityCBaseEntityThe entity that took damage.
infoCTakeDamageInfoThe damage info.
resultCTakeDamageResultThe result of the damage application.