mirror of
https://github.com/enduro2d/enduro2d.git
synced 2025-12-14 16:09:06 +07:00
236 B
236 B
Debug
Functions
trace(message: string) -> voidwarning(message: string) -> voiderror(message: string) -> voidfatal(message: string) -> void
Examples
local d = e2d.debug
d:warning("Hello World")