Class QolOverrideTag
A tag which enables a QoL override for an individual setting in a module, or an entire module.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ItemChanger.Tags
Assembly: ItemChanger.dll
Syntax
public class QolOverrideTag : Tag
Fields
| Improve this Doc View SourceEnable
Declaration
public bool Enable
Field Value
Type | Description |
---|---|
System.Boolean |
ModuleName
Declaration
public string ModuleName
Field Value
Type | Description |
---|---|
System.String |
SettingName
Declaration
public string SettingName
Field Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceLoad(Object)
Declaration
public override void Load(object parent)
Parameters
Type | Name | Description |
---|---|---|
System.Object | parent |
Overrides
| Improve this Doc View SourceUnload(Object)
Declaration
public override void Unload(object parent)
Parameters
Type | Name | Description |
---|---|---|
System.Object | parent |