DeadZone Community Packages
    Preparing search index...

    Interface HitsplatApplied

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

    interface HitsplatApplied {
        getActor(): Actor;
        getHitsplat(): HitSplat;
    }
    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