Skip to content Skip to sidebar Skip to footer

How To Start The Javascript Function In My Firebreath Plugin

I have implemented a javascript function in firebreath plugin file 'MyPluginProject.cpp' like void MyPluginProjectAPI::MyJsThings() { std::string argument = 'my javascript func

Solution 1:

Sounds like what you really want is to use the onPluginLoad method in your PluginCore-derived object.

Note that you would have found this if you'd read the getting started pages on the website and/or looked through the FBTestPlugin example -- highly recommended reading.


Post a Comment for "How To Start The Javascript Function In My Firebreath Plugin"