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