Class SoulItem
Item which spawns a certain amount of soul, and requests a soul totem container.
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 SoulItem : AbstractItem
Fields
| Improve this Doc View Sourcesoul
The amount of soul to be given. This will be rounded up to the next even integer if given through spawned soul orbs.
Declaration
public int soul
Field Value
Type | Description |
---|---|
System.Int32 |
Methods
| Improve this Doc View SourceGiveEarly(String)
Declaration
public override bool GiveEarly(string containerType)
Parameters
Type | Name | Description |
---|---|---|
System.String | containerType |
Returns
Type | Description |
---|---|
System.Boolean |
Overrides
| Improve this Doc View SourceGiveImmediate(GiveInfo)
Declaration
public override void GiveImmediate(GiveInfo info)
Parameters
Type | Name | Description |
---|---|---|
GiveInfo | info |