Script API - v1.26.10.23
    Preparing search index...

    Interface EntityApplyDamageOptions

    interface EntityApplyDamageOptions {
        cause: EntityDamageCause;
        damagingEntity?: Entity;
    }
    Index

    Properties

    damagingEntity?: Entity