Debugging
Last updated
SHARED FUNCTIONS
Prints a formatted debug message to the console.
level: string
message: string
bdtk.log(level, message)Waits until a given function returns true or a timeout is reached.
fn: function
timeout: number|nil
interval: number|nil
boolean
Last updated
bdtk.wait_for(fn, timeout, interval)