Skip to content

M_MSCLoader_SaveLoad_ValueExists

piotrulos edited this page Apr 7, 2023 · 1 revision

SaveLoad.ValueExists Method

Check if saved value exists in save file.

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

Syntax

C#

public static bool ValueExists(
	<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

Return Value

Type: Boolean
true if value exists in save file

See Also

Reference

SaveLoad Class
MSCLoader Namespace

Clone this wiki locally