Class DewConversationExecutionContext
Mutable, available on server. Think of program stack for conversations.
Inheritance
object
DewConversationExecutionContext
Assembly: Dew.Core.dll
Syntax
public class DewConversationExecutionContext
Fields
coroutine
Declaration
public Coroutine coroutine
Field Value
| Type |
Description |
| UnityEngine.Coroutine |
|
currentData
Declaration
public ConversationData currentData
Field Value
| Type |
Description |
| DewInternal.ConversationData |
|
currentKey
Declaration
Field Value
currentLineIndex
Declaration
public int currentLineIndex
Field Value
userInput
Declaration
Field Value
waitingForUserInput
Declaration
public bool waitingForUserInput
Field Value