void entryPointFunctionName(void *data) ==> argument?

I could not find out what the void pointer is for. Is it a
reference to the breve engine? If not is there any possibility
to pass the engine reference to the plugin entry-function?

brNamespace

The void pointer is a brNamespace object, which stores the functions. At the moment, it's not possible to get a brEngine reference there.

- jon

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.