• Set the rate at which the WWT clock advances relative to the system time.

    Parameters

    • rate: number

      The rate factor.

    Returns number

    The input argument.

    A value of 1 means that the two clocks stay in sync. A value of 10 means that time in WWT proceeds 10 times faster than system time. The rate may be negative.

    Do not set the rate to zero. Instead, call set_syncToClock with a false argument.

Generated using TypeDoc