mirror of
https://github.com/enduro2d/enduro2d.git
synced 2025-12-14 16:09:06 +07:00
212 B
212 B
DEBUG
FUNCTIONS
trace(message: string): voidwarning(message: string): voiderror(message: string): voidfatal(message: string): void
EXAMPLE
the_debug:trace("Hello World")