Debugging
Accessing the Module
local DEBUG <const> = exports.boii_utils:get("modules.debugging")Shared
get_current_time()
Returns
Type
Description
Example
local time = DEBUG.get_current_time()
DEBUG.print("info", "Current time:", time)print(level, message, data?)
Parameters
Name
Type
Description
Example
Last updated