Lines Matching full:lua_createtable
3216 <hr><h3><a name="lua_createtable"><code>lua_createtable</code></a></h3><p>3218 <pre>void lua_createtable (lua_State *L, int narr, int nrec);</pre>3782 It is equivalent to <code>lua_createtable(L, 0, 0)</code>.