This site is for Yarn Spinner v1, and won't be updated. Go to the current site.

MemoryVariableStore.SetValue Method

Stores a Value.

public override void SetValue(string variableName, Value value)

Parameters

Parameter Description
string variableName The name to associate with this variable.
Value value The value to store.

Source

Defined in YarnSpinner/Dialogue.cs, line 273.