Table of Contents

Method CompileAll

Namespace
GrindFest
Assembly
GrindFest.dll

CompileAll(List<ModDefinition>)

Compile all mods that have a Scripts/ folder. Handles security scanning, trust gating, and Roslyn compilation. Populates mod.SecurityWarnings, mod.ScriptsBlocked, mod.ScriptsTrusted, mod.ScriptsHash.

public static void CompileAll(List<ModDefinition> mods)

Parameters

mods List<ModDefinition>