Skip to content

M_MSCLoader_SaveLoad_ReadValueAsDictionary__2

piotrulos edited this page Apr 7, 2023 · 1 revision

SaveLoad.ReadValueAsDictionary(TKey, TValue) Method

Read saved value as Dictionary

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

Syntax

C#

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

View Source

Parameters

 

mod
Type: MSCLoader.Mod
Mod Instance
valueID
Type: System.String
ID of saved value

Type Parameters

 

TKey
dictionary key
TValue
dictionary value

Return Value

Type: Dictionary(TKey, TValue)
Your saved value

See Also

Reference

SaveLoad Class
MSCLoader Namespace

Clone this wiki locally