Show / Hide Table of Contents

Class InventoryTracker

Module which adds extra information to the inventory for grubs, dreamers, and similar things that cannot otherwise be checked.

Inheritance
object
Module
InventoryTracker
Inherited Members
Module.LoadOnce()
Module.UnloadOnce()
Module.Name
Module.ModuleHandlingProperties
Module.Loaded
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: ItemChanger.Modules
Assembly: ItemChanger.dll
Syntax
[DefaultModule]
public class InventoryTracker : Module

Constructors

View Source

InventoryTracker()

Declaration
public InventoryTracker()

Fields

View Source

TrackGrimmkinFlames

Declaration
public bool TrackGrimmkinFlames
Field Value
Type Description
bool

Methods

View Source

Initialize()

Declaration
public override void Initialize()
Overrides
Module.Initialize()
View Source

Unload()

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

Events

View Source

OnGenerateFocusDesc

Declaration
public event Action<StringBuilder>? OnGenerateFocusDesc
Event Type
Type Description
Action<StringBuilder>

Extension Methods

Extensions.Yield<T>(T)
  • View Source
In this article
Back to top Generated by DocFX