7 lines
340 B
Markdown
7 lines
340 B
Markdown
|
# Defs/Declarations {#scripting}
|
||
|
|
||
|
Explanation of declaration-based subsystems within Nuclide.
|
||
|
|
||
|
These usually contain key/value pair type parameters (and more, depending on the type)
|
||
|
within the game. They help a great deal in managing complexity between reusable components. That way the game code can focus on everything that's not unique.
|