bf6-portal-mod-types
    Preparing search index...

    Function Wait

    • Adds a synchronous/awaitable execution delay in seconds.

      Parameters

      • n: number

        The number of seconds to wait (can be fractional).

      Returns Promise<void>

      A promise that resolves when the delay is complete.

    • Adds a synchronous/awaitable execution delay in seconds.

      Parameters

      • n: number

        The number of seconds to wait (can be fractional).

      Returns Promise<void>

      A promise that resolves when the delay is complete.