Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ getMetatable
Method
getMetatable
source/core/StarLua.cpp:52–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
50
}
51
52
Maybe<LuaTable> LuaTable::getMetatable() const {
53
return engine().tableGetMetatable(handleIndex());
54
}
55
56
void LuaTable::setMetatable(LuaTable const& table) const {
57
return engine().tableSetMetatable(handleIndex(), table);
Callers
6
insertJsonMetatable
Method · 0.80
tableToJsonContainer
Method · 0.80
jcontRemove
Method · 0.80
jcontSize
Method · 0.80
jcontResize
Method · 0.80
TEST
Function · 0.80
Calls
1
tableGetMetatable
Method · 0.80
Tested by
1
TEST
Function · 0.64