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

    Class WeatherChangeBeforeEventSignal

    Manages callbacks that are connected to before weather changing.

    export class WeatherChangeBeforeEventSignal {
    private constructor();
    subscribe(callback: (arg0: WeatherChangeBeforeEvent) => void): (arg0: WeatherChangeBeforeEvent) => void;
    unsubscribe(callback: (arg0: WeatherChangeBeforeEvent) => void): void;
    }
    Index

    Constructors

    Methods

    Constructors

    Methods

    • Parameters

      Returns void

      Removes a callback from being called before weather changes.

      This function can't be called in restricted-execution mode.

      This function can be called in early-execution mode.