Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
672
LUALIB_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
CreateLuaState
Function · 0.50
createLua
Method · 0.50
parseWorld
Method · 0.50
LuaRobot
Method · 0.50
Calls
1
lua_newstate
Function · 0.70
Tested by
no test coverage detected