Search Results for

    Show / Hide Table of Contents

    Class ConversationProgress

    A serializable snapshot of the engine's position within a conversation. Use with ExportProgress() and ResumeFromProgress(DialogueAsset, ConversationProgress) to save and restore mid-conversation state.

    Inheritance
    object
    ConversationProgress
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Ibralogue
    Assembly: .dll
    Syntax
    [Serializable]
    public class ConversationProgress

    Fields

    | Edit this page View Source

    AssetName

    The name of the DialogueAsset that was playing.

    Declaration
    public string AssetName
    Field Value
    Type Description
    string
    | Edit this page View Source

    ConversationName

    The name of the active conversation within the asset.

    Declaration
    public string ConversationName
    Field Value
    Type Description
    string
    | Edit this page View Source

    DisplayedNodeCount

    How many displayable nodes (lines and choice points) had been processed when the snapshot was taken.

    Declaration
    public int DisplayedNodeCount
    Field Value
    Type Description
    int
    • Edit this page
    • View Source
    In this article
    Back to top Ibralogue Docs