Class ModCompatibility
Implementation of the mod compatibility features.
Inherited Members
Namespace: Jotunn.Utils
Assembly: Jotunn.dll
Syntax
public static class ModCompatibility
Methods
| Name | Description |
|---|---|
| IsJotunnOnServer() | Check if Jotunn is installed and loaded on the server. Can be called from both client and server. |
| IsModuleOnServer(BaseUnityPlugin) | Check if a mod is installed and loaded on the server. Can be called from both client and server. |
| IsModuleOnServer(string) | Check if a mod is installed and loaded on the server. Can be called from both client and server. |