ModuleConfig.removeModule

Removes a module from the configuration.

class ModuleConfig
public
Tag
removeModule
(
string name
)

Parameters

name string

Name/ID of the module.

Return Value

Type: Tag

An SDL tag containing all the information related to the module, or null if ID is invalid.

Meta