ModuleConfig.addModule

Adds a new module to the configuration.

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

Parameters

type string

Type of the module.

name string

Name and ID of the module.

Meta