SerenityJS
    Preparing search index...

    Interface EntityDeathOptions

    interface EntityDeathOptions {
        damageCause: ActorDamageCause;
        killerSource: null | Entity;
    }
    Index

    Properties

    damageCause: ActorDamageCause

    The cause of the damage that killed the target entity.

    killerSource: null | Entity

    The source entity that killed the target entity.