MCPcopy Create free account
hub / github.com/BZFlag-Dev/bzflag / tcreate

Function tcreate

other_src/lua/src/ltablib.cpp:171–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169
170
171static int tcreate(lua_State *L) {
172 const int narr = luaL_optint(L, 1, 0);
173 const int nhash = luaL_optint(L, 2, 0);
174 lua_createtable(L, narr, nhash);
175 return 1;
176}
177
178
179#ifdef LUA_READONLY_TABLES

Callers

nothing calls this directly

Calls 1

lua_createtableFunction · 0.70

Tested by

no test coverage detected