Ibralogue Docs
  • Manual
  • Scripting Reference
  • Website
  • GitHub
  • Discord
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

    Ibralogue

    A simple, extendable dialogue system library for the Unity Game Engine.

    Project

    • Website
    • GitHub
    • Release Notes

    Community

    • Discord
    • Patreon
    • Report a Bug

    MIT License · Unity 2022.3+