Skip to content

M_MSCLoader_ModLoader_IsModPresent

piotrulos edited this page Apr 7, 2023 · 4 revisions

ModLoader.IsModPresent Method (String)

Check if other ModID is present and enabled

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

Syntax

C#

public static bool IsModPresent(
	string ModID
)

View Source

Parameters

 

ModID
Type: System.String
Mod ID of other mod to check (Case sensitive)

Return Value

Type: Boolean
true if mod ID is present

See Also

Reference

ModLoader Class
IsModPresent Overload
MSCLoader Namespace

Clone this wiki locally