Skip to content

M_MSCLoader_SaveLoad_WriteValue__1_1

piotrulos edited this page Apr 7, 2023 · 1 revision

SaveLoad.WriteValue(T) Method (Mod, String, List(T))

Write List to save file

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

Syntax

C#

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

View Source

Parameters

 

mod
Type: MSCLoader.Mod
Mod Instance
valueID
Type: System.String
unique ID under this value will be saved
value
Type: System.Collections.Generic.List(T)
List to save

Type Parameters

 

T
List type

See Also

Reference

SaveLoad Class
WriteValue Overload
MSCLoader Namespace

Clone this wiki locally