Search Results for

    Show / Hide Table of Contents

    Class VariableSnapshot

    A serializable snapshot of all dialogue variable state. Use with ExportState() and ImportState(VariableSnapshot) to integrate with save/load systems.

    Inheritance
    object
    VariableSnapshot
    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 VariableSnapshot

    Fields

    | Edit this page View Source

    Globals

    Declaration
    public Dictionary<string, string> Globals
    Field Value
    Type Description
    Dictionary<string, string>
    | Edit this page View Source

    Locals

    Declaration
    public Dictionary<string, Dictionary<string, string>> Locals
    Field Value
    Type Description
    Dictionary<string, Dictionary<string, string>>
    • Edit this page
    • View Source
    In this article
    Back to top Ibralogue Docs