MCPcopy Create free account
hub / github.com/defold/defold / luaL_optnumber

Function luaL_optnumber

engine/lua/src/lua/lauxlib.c:184–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182
183
184LUALIB_API lua_Number luaL_optnumber (lua_State *L, int narg, lua_Number def) {
185 return luaL_opt(L, luaL_checknumber, narg, def);
186}
187
188
189LUALIB_API lua_Integer luaL_checkinteger (lua_State *L, int narg) {

Callers 15

mime_global_wrpFunction · 0.85
mime_global_qpwrpFunction · 0.85
global_selectFunction · 0.85
buffer_meth_setstatsFunction · 0.85
buffer_meth_sendFunction · 0.85
timeout_meth_settimeoutFunction · 0.85
meth_listenFunction · 0.85
meth_listenFunction · 0.85
meth_receiveFunction · 0.85
meth_receivefromFunction · 0.85
Joint_GetMotorForceFunction · 0.85
Joint_GetMotorTorqueFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected