Actualiser Home

Lucas 2025-07-21 08:38:03 +00:00
parent 5b3b9c1855
commit ffb7779a78

@ -23,6 +23,8 @@ We can keep track of metadata constants in a separate class to not mess things u
- If we want only functions to be applied we shouldn't do `.new()` after loading a script. (Only use Static Functions)
- If we want a script to hold variables then we should do `.new()` to create a instance of it. (Can use and store variables outside Function Scope)
> **Note** By not declaring an extent to a script file, it will automatically extend from `RefCounted` type
![graph](module_example.webp)
## Main classes