Mod Events |
The Mod type exposes the following members.
Name | Description | |
---|---|---|
OnLoadComplete |
Triggered when any mod host has completed the loading process even if the load failed.
The ModHost that triggered the event will be passed as an argument.
If multiple load requests are issued, this event will be triggered for each load request.
| |
OnResolveReference |
Called during mod loading when a reference needs to be loaded but cant be resolved automatically by the loader.
This allows you to manually specify the Uri location of the referenced mod.
|