-
Notifications
You must be signed in to change notification settings - Fork 2
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 |
It will show a notification on the top screen with the message that will last 5 seconds
Core.Debug.message(msg: string)