Skip to content

Debug Module

STBrian edited this page Oct 28, 2025 · 4 revisions

On this module you can find some useful functions to help you with debugging your code and find the root of bugs in the code

| Core.Debug.message | Show a notification on screen |

Core.Debug.message

It will show a notification on the top screen with the message that will last 5 seconds

Core.Debug.message(msg: string)

Clone this wiki locally