DeadZone Community Packages
    Preparing search index...

    Interface DecorativeObjectSpawned

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

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

    Methods