ModuleConfig.removePreset

Removes a preset from the configuration.

class ModuleConfig
public
Tag
removePreset
(
string modID
,)

Parameters

modID string

Module name/ID.

presetID int

Preset ID.

Return Value

Type: Tag

The tag containing all the info related to the preset for backup, or null if module and/or preset ID is invalid.

Meta