Generated from [ref:lua_setfield]
(State * L, int idx, String k)
| 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] |
no outgoing calls