SetAllVariables(FloatDictionary,StringDictionary,BoolDictionary,bool)
Provides a unified interface for loading many variables all at once. Will override anything already in the variable storage.
public abstract void SetAllVariables(FloatDictionary floats, StringDictionary strings, BoolDictionary bools, bool clear = true);
Name | Description |
---|---|
bool clear | Should the load also wipe the storage. Defaults to true so all existing variables will be cleared. |
System.Collections.Generic.Dictionary<string, float> floats | |
System.Collections.Generic.Dictionary<string, string> strings | |
System.Collections.Generic.Dictionary<string, bool> bools | |
Last modified 21d ago