如题,想在c++中调用lua的函数,如何实现,网上搜了很多,都不能用
int LuaEngine::executeGlobalFunction(const char* functionName) 通过这个函数来调用lua的全局函数