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 SourceHook()
Declaration
public static void Hook()
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 |
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 |
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 |
PlayLoreSound()
Declaration
public static void PlayLoreSound()
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 |
StartConversation(String)
Declaration
public static void StartConversation(string text)
Parameters
Type | Name | Description |
---|---|---|
System.String | text |
StartConversationYN(String)
Declaration
public static void StartConversationYN(string text)
Parameters
Type | Name | Description |
---|---|---|
System.String | text |
Unhook()
Declaration
public static void Unhook()