Script API - v1.26.10.23
    Preparing search index...

    Interface SpawnEntityOptions

    interface SpawnEntityOptions {
        initialPersistence?: boolean;
        initialRotation?: number;
        spawnEvent?: string;
    }
    Index

    Properties

    initialPersistence?: boolean
    initialRotation?: number
    spawnEvent?: string