Class ToggleableFireballUpgrade
A module which allows toggling between Vengeful Spirit and Shade Soul in the inventory after Shade Soul is obtained. Has optional settings to only allow a deferred one-way upgrade from Vengeful Spirit to Shade Soul.
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.Modules
Assembly: ItemChanger.dll
Syntax
public class ToggleableFireballUpgrade : Module
Fields
| Improve this Doc View SourceisDeferred
Declaration
public bool isDeferred
Field Value
Type | Description |
---|---|
System.Boolean |
onewayToggle
Declaration
public bool onewayToggle
Field Value
Type | Description |
---|---|
System.Boolean |
Methods
| Improve this Doc View SourceInitialize()
Declaration
public override void Initialize()
Overrides
| Improve this Doc View SourceToggle()
Declaration
public void Toggle()
Unload()
Declaration
public override void Unload()