Click or drag to resize

ModManagerMoveModOrder Method

Move a mod to a particular index.

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

Parameters

mod
Type: Kit.ModdingMod
The mod to move.
index
Type: SystemInt32
Index to move to.
See Also