Class CustomSkillItem
Item which ensures that the corresponding custom skill module is enabled on load, and otherwise acts as a BoolItem.
Inherited Members
Namespace: ItemChanger.Items
Assembly: ItemChanger.dll
Syntax
public class CustomSkillItem : AbstractItem
Constructors
View SourceCustomSkillItem()
Declaration
public CustomSkillItem()
Fields
View SourceboolName
Declaration
public string boolName
Field Value
| Type | Description |
|---|---|
| string |
moduleName
Declaration
public string moduleName
Field Value
| Type | Description |
|---|---|
| string |
Methods
View SourceGiveImmediate(GiveInfo)
Specifies the effect of giving a particular item.
Declaration
public override void GiveImmediate(GiveInfo info)
Parameters
| Type | Name | Description |
|---|---|---|
| GiveInfo | info |
Overrides
View SourceOnLoad()
Method allowing derived item classes to initialize and place hooks.
Declaration
protected override void OnLoad()
Overrides
View SourceRedundant()
Method used to determine if a unique item should be replaced (i.e. duplicates, etc). No relation to ObtainState.
Declaration
public override bool Redundant()
Returns
| Type | Description |
|---|---|
| bool |