M_MSCLoader_SaveLoad_ReadValueAsDictionary__2 - piotrulos/MSCModLoader GitHub Wiki

ReadValueAsDictionary<TKey, TValue> Method

Read saved value as Dictionary

Definition

Namespace: MSCLoader
Assembly: MSCLoader (in MSCLoader.dll) Version: 1.3.1.346

C#

public static Dictionary<TKey, TValue> ReadValueAsDictionary<TKey, TValue>(
	<a href="T_MSCLoader_Mod">Mod</a> mod,
	string valueID
)

View Source

Parameters

  Mod
Mod Instance
  String
ID of saved value

Type Parameters

dictionary key
dictionary value

Return Value

Dictionary(TKey, TValue)
Your saved value

See Also

Reference

SaveLoad Class
MSCLoader Namespace

⚠️ **GitHub.com Fallback** ⚠️