Class LoreUIDef
UIDef which starts a text conversation with the specified text and type, otherwise defaulting to the action of MsgUIDef.
Assembly: ItemChanger.dll
Syntax
public class LoreUIDef : MsgUIDef
Constructors
View Source
LoreUIDef()
Declaration
Fields
View Source
lore
Declaration
Field Value
View Source
textType
Declaration
Field Value
Methods
View Source
Clone()
Declaration
public override UIDef Clone()
Returns
Overrides
View Source
SendMessage(MessageType, Action?)
Declaration
public override void SendMessage(MessageType type, Action? callback)
Parameters
Overrides
Extension Methods