Class InventoryTracker
Module which adds extra information to the inventory for grubs, dreamers, and similar things that cannot otherwise be checked.
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 InventoryTracker : Module
Fields
| Improve this Doc View SourceTrackGrimmkinFlames
Declaration
public bool TrackGrimmkinFlames
Field Value
Type | Description |
---|---|
System.Boolean |
Methods
| Improve this Doc View SourceInitialize()
Declaration
public override void Initialize()
Overrides
| Improve this Doc View SourceUnload()
Declaration
public override void Unload()
Overrides
Events
| Improve this Doc View SourceOnGenerateFocusDesc
Declaration
public event Action<StringBuilder>? OnGenerateFocusDesc
Event Type
Type | Description |
---|---|
System.Nullable<Action<System.Text.StringBuilder>> |