Searched defs:luaL_optint (Results 1 – 2 of 2) sorted by relevance
118 #define luaL_optint(L,n,d) ((int)luaL_optinteger(L, (n), (d))) macro