Files
enduro2d/support/modules/debug.md
2019-11-02 03:06:00 +07:00

236 B

Debug

Functions

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

Examples

local d = e2d.debug
d:warning("Hello World")