Show / Hide Table of Contents

Class DialogueCenter

Inheritance
System.Object
DialogueCenter
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.Internal
Assembly: ItemChanger.dll
Syntax
public static class DialogueCenter

Methods

| Improve this Doc View Source

Hook()

Declaration
public static void Hook()
| Improve this Doc View Source

LeftLoreCoroutine(String, Nullable<Action>)

Declaration
public static IEnumerator LeftLoreCoroutine(string text, Action? callback)
Parameters
Type Name Description
System.String text
System.Nullable<Action> callback
Returns
Type Description
System.Collections.IEnumerator
| Improve this Doc View Source

LoreCoroutine(String, Nullable<Action>)

Declaration
public static IEnumerator LoreCoroutine(string text, Action? callback)
Parameters
Type Name Description
System.String text
System.Nullable<Action> callback
Returns
Type Description
System.Collections.IEnumerator
| Improve this Doc View Source

MajorLoreCoroutine(String, Nullable<Action>)

Declaration
public static IEnumerator MajorLoreCoroutine(string text, Action? callback)
Parameters
Type Name Description
System.String text
System.Nullable<Action> callback
Returns
Type Description
System.Collections.IEnumerator
| Improve this Doc View Source

PlayLoreSound()

Declaration
public static void PlayLoreSound()
| Improve this Doc View Source

SendLoreMessage(String, Nullable<Action>, TextType)

Declaration
public static void SendLoreMessage(string text, Action? callback, TextType type)
Parameters
Type Name Description
System.String text
System.Nullable<Action> callback
TextType type
| Improve this Doc View Source

StartConversation(String)

Declaration
public static void StartConversation(string text)
Parameters
Type Name Description
System.String text
| Improve this Doc View Source

StartConversationYN(String)

Declaration
public static void StartConversationYN(string text)
Parameters
Type Name Description
System.String text
| Improve this Doc View Source

Unhook()

Declaration
public static void Unhook()
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX