ModuleConfig.addModule

Adds a module from backup.

  1. void addModule(string type, string name)
  2. void addModule(Tag backup)
    class ModuleConfig
    public
    void
    addModule
    (
    Tag backup
    )

Parameters

backup Tag

The module tag containing all the info associated with the module.

Meta