(05-31-2012, 06:11 AM)Taugeshtu Wrote: Okay, I got several questions:
1. How can I get some parts of one plugin (for example, a global variable) from another plugin?
This is not possible at the moment, the only thing possible right now is getting the plugin name from another plugin. Implementing this is non-trivial, but I'm willing to spend some time on this. Do you require this? Can you give me some example of what you're trying to do?
(05-31-2012, 06:11 AM)Taugeshtu Wrote: 2. I'm using following code:
Code:
WebPlugin:AddTab( "(Re)Generation", HandleRequest_Generation )
How often "HandleRequest_Generation" is executed? Once every time the tab is refreshed in browser?
That is correct. The request function is called every time the browser (or whatever you use) requests a page related to your plugin from the webserver.
(05-31-2012, 06:11 AM)Taugeshtu Wrote: Thanks.
Welcome