VoK.Sdk
Doxygen generated documentation for the Dungeon Helper SDK
|
Interface for what a plugin must implement to run in the DH framework More...
Inherits VoK.Sdk.Plugins.IPlugin.
Public Member Functions | |
void | Initialize (IDdoGameDataProvider gameDataProvider, string folder) |
called when Dungeon Helper is ready to start providing data to your plugin. you should save the reference to IDdoDataProvider for later use, and estabilish your event hooks on the event bus. the reference to the event bus will not be valid after this method has finished. More... | |
![]() | |
IPluginUI | GetPluginUI () |
fetched when the user clicks your icon in the toolbar. it will be rendered inside the Dungeon Helper ingame UI. More... | |
void | Terminate () |
your chance to close up connections or shared resources before your plugin is cleaned up. called after Dungeon Helper has detected the game client to be closed. any saved references to the gameDataProvider are no longer valid. More... | |
Additional Inherited Members | |
![]() | |
Guid | PluginId [get] |
PluginId Assigned to you from Morrikan. More... | |
GameId | Game [get] |
probably DDO More... | |
string | PluginKey [get] |
private encryption key assigned to you from Morrikan More... | |
string | Name [get] |
Name of the plugin that appears in Dungeon Helper More... | |
string | Description [get] |
Description that appears in Dungeon Helper More... | |
string | Author [get] |
your chance to get recoginized More... | |
Version | Version [get] |
probably best to just map this to your assembly data, but up to you. More... | |
Interface for what a plugin must implement to run in the DH framework