Plugin.getHelpInformation

Provides help information when every dll is loaded but no argument was passed

class Plugin
abstract
string
getHelpInformation
()
out (r) { if (r == "") writeln("Please provide help information"); else if (r.length <= 50) writeln("Help information about plugin is essential\n Think if you could elaborate it a bit more!"); }

Meta