Searched defs:luaL_getsubtable (Results 1 – 2 of 2) sorted by relevance
93 LUALIB_API int (luaL_getsubtable) (lua_State *L, int idx, const char *fname); variable
868 LUALIB_API int luaL_getsubtable (lua_State *L, int idx, const char *fname) { in luaL_getsubtable() function