MCPcopy Create free account
hub / github.com/PlutoLang/Pluto / lua_Integer luaL_optinteger

Function lua_Integer luaL_optinteger

src/lauxlib.cpp:491–494  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

489
490
491LUALIB_API lua_Integer luaL_optinteger (lua_State *L, int arg,
492 lua_Integer def) {
493 return luaL_opt(L, luaL_checkinteger, arg, def);
494}
495
496/* }====================================================== */
497

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected