You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
InertSteak edited this page Jan 8, 2026
·
1 revision
Debug functions
poke_debug(message, verbose, depth)
If verbose = true, print message's type. If message is a string, prints message. If it's a table, if depth = true, print the table in depth, otherwise prints the table's first layer.
tdmsg(table)
If the argument is in fact a table, prints the table's first layer. Otherwise, prints an error message.