MCPcopy Create free account
hub / github.com/axmolengine/axmol / lua_setfield

Function lua_setfield

3rdparty/lua/plainlua/lapi.c:871–874  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

869
870
871LUA_API void lua_setfield (lua_State *L, int idx, const char *k) {
872 lua_lock(L); /* unlock done in 'auxsetstr' */
873 auxsetstr(L, index2value(L, idx), k);
874}
875
876
877LUA_API void lua_seti (lua_State *L, int idx, lua_Integer n) {

Callers 15

luaregister_yasioFunction · 0.85
luaL_requirefFunction · 0.85
push_withMethod · 0.85
field_setterClass · 0.85
set_undefined_methods_onFunction · 0.85
json_create_configFunction · 0.85
luaL_setfuncsFunction · 0.85
lua_cjson_newFunction · 0.85
lua_cjson_safe_newFunction · 0.85
luaL_pushmoduleFunction · 0.85
pmainFunction · 0.85
luaopen_baseFunction · 0.85

Calls 2

auxsetstrFunction · 0.85
index2valueFunction · 0.85

Tested by

no test coverage detected