Additional descriptions and metadata for a damage event.
export interface EntityApplyDamageOptions { cause: EntityDamageCause; damagingEntity?: Entity;} Copy
export interface EntityApplyDamageOptions { cause: EntityDamageCause; damagingEntity?: Entity;}
Underlying cause of the damage.
Optional
Optional entity that caused the damage.
Additional descriptions and metadata for a damage event.
Source