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

Method setfield

engine/lua/src/cs/dmsdk/lua/lua_gen.cs:323–324  ·  view source on GitHub ↗

Generated from [ref:lua_setfield]

(State * L, int idx, String k)

Source from the content-addressed store, hash-verified

321 /// Generated from [ref:lua_setfield]
322 /// </summary>
323 [DllImport("luajit-5.1", EntryPoint="lua_setfield", CallingConvention = CallingConvention.Cdecl)]
324 public static extern void setfield(State * L, int idx, String k);
325
326 /// <summary>
327 /// Generated from [ref:lua_rawset]

Callers 2

csRunTestsLuaMethod · 0.80
setglobalMethod · 0.80

Calls

no outgoing calls

Tested by 1

csRunTestsLuaMethod · 0.64