Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HorizonMW/HorizonMW-Client
/ luaL_optinteger
Function
luaL_optinteger
deps/lua/lauxlib.c:452–455 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
450
451
452
LUALIB_API lua_Integer luaL_optinteger (lua_State *L, int arg,
453
lua_Integer def) {
454
return luaL_opt(L, luaL_checkinteger, arg, def);
455
}
456
457
/* }====================================================== */
458
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