 | ModCanBeUnloaded Property |
Whether the mod can be unloaded without a restart.
Only set this to true if your mod undoes all its changes to the game
in OnUnload().
Defaults to false since many mods are not able to do this by default.
Namespace: spaar.ModLoaderAssembly: SpaarModLoader (in SpaarModLoader.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic virtual bool CanBeUnloaded { get; }
Property Value
Type:
Boolean
See Also