DeadZone Community Packages
    Preparing search index...

    Interface PlayerDespawned

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

    interface PlayerDespawned {
        getActor(): Actor;
        getPlayer(): Player;
    }
    Index

    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