Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ createTable
Method
createTable
source/core/StarLua.cpp:122–124 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
120
}
121
122
LuaTable LuaContext::createTable() {
123
return engine().createTable();
124
}
125
126
LuaNullEnforcer::LuaNullEnforcer(LuaEngine& engine)
127
: m_engine(&engine) { ++m_engine->m_nullTerminated; };
Callers
15
parameters
Method · 0.60
makeObjectCallbacks
Method · 0.60
createContext
Method · 0.60
makeRootCallbacks
Method · 0.60
entityQueryImpl
Function · 0.60
entityQuery
Function · 0.60
entityLineQuery
Function · 0.60
from
Method · 0.60
contextSetup
Method · 0.60
damageTeam
Method · 0.60
setCallbacks
Method · 0.60
create
Method · 0.60
Calls
4
lua_checkstack
Function · 0.85
lua_createtable
Function · 0.85
LuaTable
Class · 0.85
LuaHandle
Class · 0.85
Tested by
1
TEST
Function · 0.48