Table of Contents

Method SetModLoadOrder

Namespace
GrindFest.Content
Assembly
GrindFest.dll

SetModLoadOrder(IReadOnlyList<string>)

Pushes the dependency-sorted mod order (folder names, dependencies first). Called by ModManager before content loads. Without it, mod packages merge in ordinal folder-name order.

public static void SetModLoadOrder(IReadOnlyList<string> modFolderNames)

Parameters

modFolderNames IReadOnlyList<string>