Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
455
LUALIB_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_error
Function · 0.85
luaB_collectgarbage
Function · 0.85
math_randomseed
Function · 0.85
getendpos
Function · 0.85
str_byte
Function · 0.85
str_find_aux
Function · 0.85
gmatch
Function · 0.85
str_gsub
Function · 0.85
str_unpack
Function · 0.85
table_query
Function · 0.85
string_query
Function · 0.85
newuserdata
Function · 0.85
Calls
no outgoing calls
Tested by
4
table_query
Function · 0.68
string_query
Function · 0.68
newuserdata
Function · 0.68
sethook
Function · 0.68