Table of Contents

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

entity CBaseEntity

The entity that took damage.

info CTakeDamageInfo

The damage info.

result CTakeDamageResult

The result of the damage application.