Show / Hide Table of Contents

Class SoulTotemItem

Inheritance
object
TaggableObject
AbstractItem
SoulItem
SoulTotemItem
Inherited Members
SoulItem.soul
SoulItem.GiveEarly(string)
AbstractItem.name
AbstractItem.UIDef
AbstractItem.OnLoad()
AbstractItem.Load()
AbstractItem.OnUnload()
AbstractItem.Unload()
AbstractItem.Redundant()
AbstractItem.Give(AbstractPlacement, GiveInfo)
AbstractItem.GetPreviewName(AbstractPlacement)
AbstractItem.GetPreviewSprite(AbstractPlacement)
AbstractItem.GetResolvedUIDef(AbstractPlacement)
AbstractItem.ResolveItem(GiveEventArgs)
AbstractItem.RefreshObtained()
AbstractItem.SetObtained()
AbstractItem.IsObtained()
AbstractItem.WasEverObtained()
AbstractItem.Clone()
AbstractItem.BeforeGive
AbstractItem.BeforeGiveGlobal
AbstractItem.ModifyItem
AbstractItem.ModifyItemGlobal
AbstractItem.ModifyRedundantItem
AbstractItem.ModifyRedundantItemGlobal
AbstractItem.OnGive
AbstractItem.OnGiveGlobal
AbstractItem.AfterGive
AbstractItem.AfterGiveGlobal
TaggableObject.tags
TaggableObject.LoadTags()
TaggableObject.UnloadTags()
TaggableObject.AddTag<T>()
TaggableObject.AddTag(Tag)
TaggableObject.AddTags(IEnumerable<Tag>)
TaggableObject.GetTag<T>()
TaggableObject.GetTag<T>(out T)
TaggableObject.GetTags<T>()
TaggableObject.GetOrAddTag<T>()
TaggableObject.HasTag<T>()
TaggableObject.RemoveTags<T>()
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: ItemChanger.Items
Assembly: ItemChanger.dll
Syntax
public class SoulTotemItem : SoulItem

Constructors

View Source

SoulTotemItem()

Declaration
public SoulTotemItem()

Fields

View Source

hitCount

The number of hits to contribute to the soul totem. A negative number will result in an infinite totem.

Declaration
public int hitCount
Field Value
Type Description
int
View Source

soulTotemSubtype

Declaration
public SoulTotemSubtype soulTotemSubtype
Field Value
Type Description
SoulTotemSubtype

Methods

View Source

GetPreferredContainer()

Used by some placements to decide what container to use for the item. A value of "Unknown" is ignored, and usually leads to a shiny item by default.

Declaration
public override string GetPreferredContainer()
Returns
Type Description
string
Overrides
AbstractItem.GetPreferredContainer()
View Source

GiveImmediate(GiveInfo)

Specifies the effect of giving a particular item.

Declaration
public override void GiveImmediate(GiveInfo info)
Parameters
Type Name Description
GiveInfo info
Overrides
SoulItem.GiveImmediate(GiveInfo)

Extension Methods

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