M_MSCLoader_SaveLoad_WriteValue__2 - piotrulos/MSCModLoader GitHub Wiki
Write Dictionary to save file
Namespace: MSCLoader
Assembly: MSCLoader (in MSCLoader.dll) Version: 1.4.2.410
C#
public static void WriteValue<TKey, TValue>(
Mod mod,
string valueID,
Dictionary<TKey, TValue> value
)View Source
- Mod
- Mod Instance
- String
- unique ID under this value will be saved
- Dictionary(TKey, TValue)
- Dictionary to save
- Dictionary key
- Dictionary value