Table of Contents

Method IsModTrusted

Namespace
GrindFest
Assembly
GrindFest.dll

IsModTrusted(ModDefinition, string, Dictionary<string, string>)

Check whether a mod is trusted for the given scripts hash.

public static bool IsModTrusted(ModDefinition mod, string scriptsHash, Dictionary<string, string> trustStore)

Parameters

mod ModDefinition
scriptsHash string
trustStore Dictionary<string, string>

Returns

bool