M_MSCLoader_SaveLoad_WriteValue__2 - piotrulos/MSCModLoader GitHub Wiki

WriteValue<TKey, TValue>(Mod, String, Dictionary<TKey, TValue>) Method

Write Dictionary to save file

Definition

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

C#

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

View Source

Parameters

  Mod
Mod Instance
  String
unique ID under this value will be saved
  Dictionary(TKey, TValue)
Dictionary to save

Type Parameters

Dictionary key
Dictionary value

See Also

Reference

SaveLoad Class
WriteValue Overload
MSCLoader Namespace

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