Actualiser Home

Lucas 2025-07-21 08:40:26 +00:00
parent f305417776
commit fb587c14b5

@ -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.
![graph](RTS_classes_diag01.webp)
![graph](img/RTS_classes_diag01.webp)
### Tradeoffs
*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
![graph](module_example.webp)
![graph](img/module_example.webp)
## Main classes
see [Classes](classes) to have an exhaustive list of class and implementation