ES2Data.LoadDictionary

public static Dictionary<TKey,TValue> LoadDictionary<TKey,TValue>(string tag)

Parameters

T The type of the data we want to load. Must be on the Supported Types list.

tag

The tag of the data we want to load.

Returns

Dictionary<TKey TValue> Our loaded data

Description

Loads the tag of type Dictionary<TKey,TValue> from the ES2Data object.

C#

JS