Hi all,
I have a generator object plugin and I'm trying to hide it from the Extensions menu.
In the "Register" function of the plugin we can use "info" flags, to register it as a Generator OR to hide it from the menu with the PLUGINFLAG_HIDEPLUGINMENU flag.
Isn't it possible to do both? Have it as generator and hide it from the menu?
Thanks in advance.