MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / lua_touserdata

Function lua_touserdata

extlibs/lua/src/lapi.c:427–430  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

425
426
427LUA_API void *lua_touserdata (lua_State *L, int idx) {
428 const TValue *o = index2value(L, idx);
429 return touserdata(o);
430}
431
432
433LUA_API lua_State *lua_tothread (lua_State *L, int idx) {

Callers 15

pmainFunction · 0.85
math_randomFunction · 0.85
math_randomseedFunction · 0.85
gmatch_auxFunction · 0.85
luaL_testudataFunction · 0.85
resizeboxFunction · 0.85
pmainFunction · 0.85
checkclibFunction · 0.85
gctmFunction · 0.85
getiofileFunction · 0.85
io_readlineFunction · 0.85
luaL_testudataFunction · 0.85

Calls 2

index2valueFunction · 0.85
touserdataFunction · 0.85

Tested by

no test coverage detected