Click or drag to resize

ModManager Events

The ModManager type exposes the following members.

Events
  NameDescription
Public eventStatic memberModLoaded
Event fired when a mod is loaded.
Public eventStatic memberModUnloaded
Event fired when a mod is unloaded.
Public eventStatic memberResourceLoaded

Event fired whenever a resource is loaded.

Returns the folder, path, ResourceInfo, whether the resource was actually loaded or re-used from cache, respectively.

Public eventStatic memberResourceUnloaded

Event fired when a resource is unloaded.

Returns the folder, path, and mod it was loaded with, respectively.

Top
See Also