Files
enduro2d/support/modules/debug.md

212 B

DEBUG

FUNCTIONS

  • trace(message: string): void
  • warning(message: string): void
  • error(message: string): void
  • fatal(message: string): void

EXAMPLE

the_debug:trace("Hello World")