Hi!
Is it possible to get the pluginID of a CommandData plugin from within the registered plugin class/instance?
I saw that BasePlugin.GetID()
exists, but sadly it doesn't seem to work in a CommandData Plugin.
I am looking for something like self.GetPluginID()
to retrieve the ID from within the running plugin.
Thanks!