Quote:
Originally Posted by ConnorMcLeod
What is that shit ? 
Seem that you are making your life difficult and you could do what you need with simplest code, question is what are you trying to do ?
But answer is yes, plugin ID is unique, returned by register_plugin, get_plugin, and passed to style 0 natives handlers.
|
Basically. I want to store a plugin id a function id from a child plugin.
Instead of the tries I could of just used a second array.
But one array holds the class index and class name. The other needs to have the plugin id and function id in which to call for the child plugin. That way instead of calling a global forward it is only valuing the specific function for what ever class was chosen