Quote:
|
Originally Posted by Orangutanz
It was to my understanding that CreateOneForward was to supercede callfunc for internal function calling.
So why not use CreateMultiForward for external plugins? Example
|
Because I want to call this only on one plugin. Say, for example, plugin "x" calls a vote and it gets passed through this api. When it is finished, I do not want it to call function "vote_end" (or whatever it is) in all other plugins as well, as they may happen to have the same name.
__________________