Click or drag to resize

ModManagerGetModOrderInGroup Method

Returns the load order of a mod in a group.

Namespace:  Kit.Modding
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public static int GetModOrderInGroup(
	Mod mod
)
Request Example View Source

Parameters

mod
Type: Kit.ModdingMod
The mod to check.

Return Value

Type: Int32
See Also