Class SoulTotemItem
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.Items
Assembly: ItemChanger.dll
Syntax
public class SoulTotemItem : SoulItem
Fields
| Improve this Doc View SourcehitCount
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 |
---|---|
System.Int32 |
soulTotemSubtype
Declaration
public SoulTotemSubtype soulTotemSubtype
Field Value
Type | Description |
---|---|
SoulTotemSubtype |
Methods
| Improve this Doc View SourceGetPreferredContainer()
Declaration
public override string GetPreferredContainer()
Returns
Type | Description |
---|---|
System.String |
Overrides
| Improve this Doc View SourceGiveImmediate(GiveInfo)
Declaration
public override void GiveImmediate(GiveInfo info)
Parameters
Type | Name | Description |
---|---|---|
GiveInfo | info |