Skip to content

Debug Functions

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.

Clone this wiki locally