Skip to content

M_MSCLoader_Mod_SetupFunction

piotrulos edited this page Apr 7, 2023 · 4 revisions

Mod.SetupFunction Method

Setup selected function for your mod

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

Syntax

C#

public void SetupFunction(
	<a href="T_MSCLoader_Mod_Setup">Mod.Setup</a> functionType,
	Action function
)

View Source

Parameters

 

functionType
Type: MSCLoader.Mod.Setup
Function type
function
Type: System.Action
Your own function to execute that type

See Also

Reference

Mod Class
MSCLoader Namespace

Clone this wiki locally