Skip to content

M_MSCLoader_Settings_Get

piotrulos edited this page Apr 7, 2023 · 4 revisions

Settings.Get Method

Return all settings for mod.

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

Syntax

C#

public static List<<a href="T_MSCLoader_Settings">Settings</a>> Get(
	<a href="T_MSCLoader_Mod">Mod</a> mod
)

View Source

Parameters

 

mod
Type: MSCLoader.Mod
The mod to get the settings for.

Return Value

Type: List(Settings)
List of Settings for the mod.

See Also

Reference

Settings Class
MSCLoader Namespace

Clone this wiki locally