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

Function luaL_newstate

other_src/lua/src/lauxlib.cpp:672–676  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

670
671
672LUALIB_API lua_State *luaL_newstate (void) {
673 lua_State *L = lua_newstate(l_alloc, NULL);
674 if (L) lua_atpanic(L, &panic);
675 return L;
676}
677

Callers 4

CreateLuaStateFunction · 0.50
createLuaMethod · 0.50
parseWorldMethod · 0.50
LuaRobotMethod · 0.50

Calls 1

lua_newstateFunction · 0.70

Tested by

no test coverage detected