DeadZone Community Packages
    Preparing search index...

    Interface ActorDeath

    Game event data, refer to GameEventType enum to find supported events

    interface ActorDeath {
        getActor(): Actor;
    }
    Index

    Methods

    Methods

    • Returns an Actor which could be of type Npc or Player. Make use of isNpc or isPlayer to determine the type and use the static convert functions for editor clarity on the Actor class

      Returns Actor