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