Ejemplo n.º 1
0
 public static void lua_call(LuaCore.lua_State luaState, int nArgs, int nResults)
 {
     LuaCore.lua_call(luaState, nArgs, nResults);
 }