Module Container

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.

Last updated