Actualiser Home
parent
f305417776
commit
fb587c14b5
1 changed files with 2 additions and 2 deletions
4
Home.md
4
Home.md
|
@ -3,7 +3,7 @@
|
||||||
## Principles
|
## 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.
|
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
|
### Tradeoffs
|
||||||
*Abstract Coding / Limited to Static Functions*
|
*Abstract Coding / Limited to Static Functions*
|
||||||
|
@ -25,7 +25,7 @@ We can keep track of metadata constants in a separate class to not mess things u
|
||||||
|
|
||||||
> **Note** By not declaring an extent to a script file, it will automatically extend from `RefCounted` type
|
> **Note** By not declaring an extent to a script file, it will automatically extend from `RefCounted` type
|
||||||
|
|
||||||

|

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