Script API - v26.50.27
    Preparing search index...

    Class WorldClockOnTimeMarkerAfterEventBeta

    Contains information related to when the time of a WorldClock hits a TimeMarker.

    export class WorldClockOnTimeMarkerAfterEvent {
    private constructor();
    readonly clock: WorldClock;
    readonly timeMarker: TimeMarker;
    }
    Index

    Constructors

    Properties

    Constructors

    Properties

    clock: WorldClock

    The world clock that hit a time marker.

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

    timeMarker: TimeMarker

    The time marker that was hit by the world clock.

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