#define, lua_pushcfunction(L, f) lua_pushcclosure(L, (f), 0). #define, lua_strlen(L, i) lua_objlen(L, (i)). #define, lua_isfunction(L, n) (lua_type(L, ...
確定! 回上一頁