EntityApplyDamageByProjectileOptions Interface

Additional options for when damage has been applied via a projectile.

Properties

damagingEntity

damagingEntity?: Entity;

Optional entity that fired the projectile.

Type: Entity

damagingProjectile

damagingProjectile: Entity;

Projectile that caused damage.

Type: Entity