Actualiser Home
parent
7ea7d53317
commit
365af45de0
1 changed files with 2 additions and 2 deletions
4
Home.md
4
Home.md
|
@ -3,7 +3,7 @@
|
|||
## Principles
|
||||
All units will use Static Function Modules, linked together through scripting to formulate the behaviors wanted for each unit, allowing great perfomance and customization, as RefCounted object type doesn't save any information, only works as Data Scripts. The idea is to use them to group similar methods or actions, for modules that needs to track it's values, them extending from Object should work, which can hold variables and track logics.
|
||||
|
||||

|
||||

|
||||
|
||||
### Tradeoffs
|
||||
*Abstract Coding / Limited to Static Functions*
|
||||
|
@ -23,7 +23,7 @@ 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)
|
||||
|
||||

|
||||

|
||||
|
||||
## Main classes
|
||||
see [Classes](classes) to have an exhaustive list of class and implementation
|
||||
|
|
Loading…
Reference in a new issue