Search Results for

    Show / Hide Table of Contents

    Class DewConversationExecutionContext

    Mutable, available on server. Think of program stack for conversations.

    Inheritance
    object
    DewConversationExecutionContext
    Namespace: Global
    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
    public string currentKey
    Field Value
    Type Description
    string

    currentLineIndex

    Declaration
    public int currentLineIndex
    Field Value
    Type Description
    int

    userInput

    Declaration
    public int userInput
    Field Value
    Type Description
    int

    waitingForUserInput

    Declaration
    public bool waitingForUserInput
    Field Value
    Type Description
    bool
    In This Article
    Back to top Shape of Dreams API Documentation