Click or drag to resize
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.ModLoader
Assembly: SpaarModLoader (in SpaarModLoader.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public virtual bool CanBeUnloaded { get; }

Property Value

Type: Boolean
See Also