Plants vs. Zombies: Replanted - v1.0.3
    Preparing search index...

    Function setScheduler

    • Changes how bluebird schedules calls a-synchronously.

      Parameters

      • scheduler: (callback: (...args: any[]) => void) => void

        Should be a function that asynchronously schedules the calling of the passed in function

      Returns void