Script API - v1.21.0
    Preparing search index...
    interface PlaytestGameOptions {
        alwaysDay?: boolean;
        difficulty?: Difficulty;
        dimensionId?: string;
        disableWeather?: boolean;
        gameMode?: GameMode;
        showCoordinates?: boolean;
        spawnPosition?: Vector3;
        timeOfDay?: number;
        weather?: number;
    }
    Index

    Properties

    alwaysDay?: boolean
    difficulty?: Difficulty
    dimensionId?: string
    disableWeather?: boolean
    gameMode?: GameMode
    showCoordinates?: boolean
    spawnPosition?: Vector3
    timeOfDay?: number
    weather?: number