🔧
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
  1. Scripting

Changing Modules Runtime

To change modules runtime by code, need to pass module container, not module.

And, the module container needs to have the same amount of variable holders and appropriate settings for the module. To do that, call the method. This will assign default values and correct variable holders length.

PreviousCreating new Modules

Last updated 1 year ago