DeadZone Community Packages
    Preparing search index...

    Interface DecorativeObjectDespawned

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

    interface DecorativeObjectDespawned {
        getDecorativeObject(): DecorativeObject;
        getTile(): Tile;
    }
    Index

    Methods