 | 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.ModLoaderAssembly: SpaarModLoader (in SpaarModLoader.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic virtual bool Preload { get; }
Property Value
Type:
Boolean
See Also