lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Em seg., 5 de dez. de 2022 às 13:12, Aleksandr Zenkov <webmaster@feardc.net> escreveu:
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
See this:
https://www.lua.org/pil/25.2.html

regards,
Ranier Vilela