|
Thank you for the reply.
Actually no, the Lua script is loaded all the time during runtime. The
Lua functions within the script are called using lua_getglobal, here is
the exact C++ caller function:
https://github.com/Verlihub/verlihub/blob/master/plugins/lua/cluainterpreter.cpp#L247