Access Function inside another Plugin..

On 10/07/2014 at 04:41, xxxxxxxx wrote:

Hi,

Is it possible, from one plugin, to access a function within another plugin?

Basically, i have a bunch of plugins which use another Auth plugin to check if they are registered and using the correct c4d version etc..

What i`d like to do, is when each plugin runs, it calls a function inside the Auth plugin, which returns True if everything is good and False if not.

I have no problems calling the Auth plugin itself from the other plugins, but specifically would like to call a function inside it if possible and return a value..

Any ideas appreciated!