MCPcopy 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
52Maybe<LuaTable> LuaTable::getMetatable() const {
53 return engine().tableGetMetatable(handleIndex());
54}
55
56void LuaTable::setMetatable(LuaTable const& table) const {
57 return engine().tableSetMetatable(handleIndex(), table);

Callers 6

insertJsonMetatableMethod · 0.80
tableToJsonContainerMethod · 0.80
jcontRemoveMethod · 0.80
jcontSizeMethod · 0.80
jcontResizeMethod · 0.80
TESTFunction · 0.80

Calls 1

tableGetMetatableMethod · 0.80

Tested by 1

TESTFunction · 0.64