Show / Hide Table of Contents

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.

Inheritance
System.Object
Module
ToggleableFireballUpgrade
Inherited Members
Module.Name
Module.LoadOnce()
Module.UnloadOnce()
Module.ModuleHandlingProperties
Module.Loaded
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 Source

isDeferred

Declaration
public bool isDeferred
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

onewayToggle

Declaration
public bool onewayToggle
Field Value
Type Description
System.Boolean

Methods

| Improve this Doc View Source

Initialize()

Declaration
public override void Initialize()
Overrides
Module.Initialize()
| Improve this Doc View Source

Toggle()

Declaration
public void Toggle()
| Improve this Doc View Source

Unload()

Declaration
public override void Unload()
Overrides
Module.Unload()

Extension Methods

Extensions.Yield<T>(T)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX