... void *func=GetProcAddress(hm,name); lua_pushvalue(L,3); lua_pushlightuserdata(L,func); lua_pushcclosure(L,api_call,2); return 1; ...
確定! 回上一頁