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

Function lua_touserdata

Dependencies/lua/src/lapi.c:456–459  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

454
455
456LUA_API void *lua_touserdata (lua_State *L, int idx) {
457 const TValue *o = index2value(L, idx);
458 return touserdata(o);
459}
460
461
462LUA_API lua_State *lua_tothread (lua_State *L, int idx) {

Callers 15

getMethod · 0.85
getMethod · 0.85
getMethod · 0.85
getMethod · 0.85
getMethod · 0.85
getMethod · 0.85
getMethod · 0.85
getMethod · 0.85
getMethod · 0.85
get_no_lua_nilMethod · 0.85
get_no_lua_nil_fromMethod · 0.85
usertype_alloc_destroyFunction · 0.85

Calls 2

index2valueFunction · 0.85
touserdataFunction · 0.85

Tested by 4

udatavalFunction · 0.68
getstateFunction · 0.68
panicbackFunction · 0.68
runCFunction · 0.68