Helper with methods to suspend the game for various amounts of time.
True if any delays are currently running.
Very short delay of 1 second.
A promise that fulfils after 1 seconds
Optional
Long delay of 2 seconds.
A promise that fulfils after 3 seconds.
Delay for an arbitrary amount of time.
How long to delay for, in seconds.
A promise that fulfils after the given time.
Short delay of 1 second.
A promise that fulfils after 2 seconds.
Generated using TypeDoc
Helper with methods to suspend the game for various amounts of time.