Click or drag to resize
ModPreload Property
Whether the mod should be loaded before all mods where this is set to false. This is useful for mods that provide an API to other mods but need to be initialized before users of the API.

Namespace: spaar.ModLoader
Assembly: SpaarModLoader (in SpaarModLoader.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public virtual bool Preload { get; }

Property Value

Type: Boolean
See Also