Class CustomSkillItem
Item which ensures that the corresponding custom skill module is enabled on load, and otherwise acts as a BoolItem.
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.Items
Assembly: ItemChanger.dll
Syntax
public class CustomSkillItem : AbstractItem
Fields
| Improve this Doc View SourceboolName
Declaration
public string boolName
Field Value
Type | Description |
---|---|
System.String |
moduleName
Declaration
public string moduleName
Field Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceGiveImmediate(GiveInfo)
Declaration
public override void GiveImmediate(GiveInfo info)
Parameters
Type | Name | Description |
---|---|---|
GiveInfo | info |
Overrides
| Improve this Doc View SourceOnLoad()
Declaration
protected override void OnLoad()
Overrides
| Improve this Doc View SourceRedundant()
Declaration
public override bool Redundant()
Returns
Type | Description |
---|---|
System.Boolean |