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

    Class WeatherChangeAfterEvent

    Contains information related to changes in weather in the environment.

    export class WeatherChangeAfterEvent {
    private constructor();
    readonly dimension: string;
    readonly newWeather: WeatherType;
    readonly previousWeather: WeatherType;
    }
    Index

    Constructors

    Properties

    dimension: string

    Dimension in which the weather has changed.

    This property can't be read in early-execution mode.

    newWeather: WeatherType

    The weather type after the weather was changed.

    This property can't be read in early-execution mode.

    previousWeather: WeatherType

    The weather type before the weather was changed.

    This property can't be read in early-execution mode.