VariableKind

Enum in Yarn

Inherits from System.Enum

Summary

Represents different kinds of variables that can be fetched from a Dialogue using TryGetValue(string,T) .

public enum VariableKind
{
    Unknown,
    Stored,
    Smart
}

Members

Name
Description

The variable's value is computed at run-time, and is not persisted to disk.

The variable's value is stored in memory, and may be persisted to disk.

The kind of the variable cannot be determined. It may not be known to the system.

Last updated

Yarn Spinnerยฎ and Secret Labยฎ are trade marks of Secret Lab Pty. Ltd., and are used by Yarn Spinner Pty. Ltd. under license.