MCPcopy Create free account
hub / github.com/Overload-Technologies/Overload / luaL_optinteger

Function luaL_optinteger

Dependencies/lua/src/lauxlib.c:455–458  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

453
454
455LUALIB_API lua_Integer luaL_optinteger (lua_State *L, int arg,
456 lua_Integer def) {
457 return luaL_opt(L, luaL_checkinteger, arg, def);
458}
459
460/* }====================================================== */
461

Callers 15

luaB_errorFunction · 0.85
luaB_collectgarbageFunction · 0.85
math_randomseedFunction · 0.85
getendposFunction · 0.85
str_byteFunction · 0.85
str_find_auxFunction · 0.85
gmatchFunction · 0.85
str_gsubFunction · 0.85
str_unpackFunction · 0.85
table_queryFunction · 0.85
string_queryFunction · 0.85
newuserdataFunction · 0.85

Calls

no outgoing calls

Tested by 4

table_queryFunction · 0.68
string_queryFunction · 0.68
newuserdataFunction · 0.68
sethookFunction · 0.68