Class LoreItem
Item which plays a lore sound when the context does not support sending up a lore prompt.
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 LoreItem : AbstractItem
Fields
| Improve this Doc View SourceloreKey
Declaration
public string loreKey
Field Value
Type | Description |
---|---|
System.String |
loreSheet
Declaration
public string loreSheet
Field Value
Type | Description |
---|---|
System.String |
textType
Declaration
public TextType textType
Field Value
Type | Description |
---|---|
TextType |
Methods
| Improve this Doc View SourceGiveImmediate(GiveInfo)
Declaration
public override void GiveImmediate(GiveInfo info)
Parameters
Type | Name | Description |
---|---|---|
GiveInfo | info |