🔧
Modules
  • Modules
  • Module Container
  • Scripting
    • Creating new Modules
    • Changing Modules Runtime
  • Other stuff
    • Modular 3D Text
    • Modular 3D Layout
    • Package Importer
Powered by GitBook
On this page

Module Container

PreviousModulesNextCreating new Modules

Last updated 1 year ago

The module container holds two things.

  1. Variable Holder[], an array to hold the current settings for the module.

  2. The Module to use. The module also has a VariableHolder[] array to hold default values.