Dynamic Plugins - Plugin Exports

Exports are data, which the plugin allows the outside world to access. Each plugin is required to export at least 3 functions. The other functions are optional. The exports are:

InitializePlugin()
ExecutePlugin()
TerminatePlugin()
AboutPlugin()
ConfigurePlugin()
LangPlugin()

Back.