Class VariableSnapshot
A serializable snapshot of all dialogue variable state. Use with ExportState() and ImportState(VariableSnapshot) to integrate with save/load systems.
Inherited Members
Namespace: Ibralogue
Assembly: .dll
Syntax
[Serializable]
public class VariableSnapshot
Fields
| Edit this page View SourceGlobals
Declaration
public Dictionary<string, string> Globals
Field Value
| Type | Description |
|---|---|
| Dictionary<string, string> |
Locals
Declaration
public Dictionary<string, Dictionary<string, string>> Locals
Field Value
| Type | Description |
|---|---|
| Dictionary<string, Dictionary<string, string>> |