Actualiser Home
parent
5b3b9c1855
commit
ffb7779a78
1 changed files with 2 additions and 0 deletions
2
Home.md
2
Home.md
|
@ -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
|
||||
|
||||

|
||||
|
||||
## Main classes
|
||||
|
|
Loading…
Reference in a new issue