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

Function lua_getfield

Dependencies/lua/src/lapi.c:689–692  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

687
688
689LUA_API int lua_getfield (lua_State *L, int idx, const char *k) {
690 lua_lock(L);
691 return auxgetstr(L, index2value(L, idx), k);
692}
693
694
695LUA_API int lua_geti (lua_State *L, int idx, lua_Integer n) {

Callers 15

get_no_lua_nil_fromMethod · 0.85
checkMethod · 0.85
field_getterClass · 0.85
readonly_pairsFunction · 0.85
luaL_requirefFunction · 0.85
panicbackFunction · 0.85
runCFunction · 0.85
ChookFunction · 0.85
sethookauxFunction · 0.85
pushglobalfuncnameFunction · 0.85
luaL_getsubtableFunction · 0.85

Calls 2

auxgetstrFunction · 0.85
index2valueFunction · 0.85

Tested by 4

panicbackFunction · 0.68
runCFunction · 0.68
ChookFunction · 0.68
sethookauxFunction · 0.68