Table of Contents

Field ReopenModBrowserAfterReload

Namespace
GrindFest
Assembly
GrindFest.dll

Re-discover all mods and trigger a full UI reload via Runner. Call this after subscribing/unsubscribing to workshop mods. Sets GrindFest.ModManager._uiModDirty so Runner.Reload() happens safely on the next frame (avoids destroying the JS engine while JS code is still on the call stack).

public static bool ReopenModBrowserAfterReload

Returns

bool
Re-discover all mods and trigger a full UI reload via Runner. Call this after subscribing/unsubscribing to workshop mods. Sets so Runner.Reload() happens safely on the next frame (avoids destroying the JS engine while JS code is still on the call stack).