M_MSCLoader_SaveLoad_WriteValue__1_3 - piotrulos/MSCModLoader GitHub Wiki

WriteValue<T>(Mod, String, Stack<T>) Method

Write Stack to save file

Definition

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

C#

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

View Source

Parameters

  Mod
Mod Instance
  String
unique ID under this value will be saved
  Stack(T)
Stack to save

Type Parameters

value type

See Also

Reference

SaveLoad Class
WriteValue Overload
MSCLoader Namespace

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