lua_newtable
[-0, +1, m]
1 | void lua_newtable (lua_State *L); |
Creates a new empty table and pushes it onto the stack. It is equivalent to lua_createtable(L, 0, 0)
.
lua_newtable
[-0, +1, m]
1 | void lua_newtable (lua_State *L); |
Creates a new empty table and pushes it onto the stack. It is equivalent to lua_createtable(L, 0, 0)
.
Designed by : w10schools
service@w10schools.com
Please login to continue.