MCPcopy 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
122LuaTable LuaContext::createTable() {
123 return engine().createTable();
124}
125
126LuaNullEnforcer::LuaNullEnforcer(LuaEngine& engine)
127 : m_engine(&engine) { ++m_engine->m_nullTerminated; };

Callers 15

parametersMethod · 0.60
makeObjectCallbacksMethod · 0.60
createContextMethod · 0.60
makeRootCallbacksMethod · 0.60
entityQueryImplFunction · 0.60
entityQueryFunction · 0.60
entityLineQueryFunction · 0.60
fromMethod · 0.60
contextSetupMethod · 0.60
damageTeamMethod · 0.60
setCallbacksMethod · 0.60
createMethod · 0.60

Calls 4

lua_checkstackFunction · 0.85
lua_createtableFunction · 0.85
LuaTableClass · 0.85
LuaHandleClass · 0.85

Tested by 1

TESTFunction · 0.48