GM:PostEntityTakeDamage
Description
Called when an entity receives a damage event, after passing damage filters, etc.
Applying damage from this hook to the entity taking damage will lead to infinite loop/crash.
Arguments
3 boolean took
Whether the entity actually took the damage. (For example, shooting a Strider will generate this event, but it won't take bullet damage).