GetPluginStartupInfo

LuaFAR 3

GetPluginStartupInfo


struct PluginStartupInfo* GetPluginStartupInfo()

This helper function is needed when the plugin consists of more than one C-file. It gives access to Far API functions to files other than luaplug.c.

(The same could be achieved by making the struct accessible, but it is not.)