MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / createArrayTable

Method createArrayTable

source/core/StarLua.hpp:1888–1890  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1886
1887template <typename Container>
1888LuaTable LuaContext::createArrayTable(Container const& array) {
1889 return engine().createArrayTable(array);
1890}
1891
1892template <typename Function>
1893LuaFunction LuaContext::createFunction(Function&& func) {

Callers 5

fromMethod · 0.80
fromMethod · 0.80
fromMethod · 0.80
fromMethod · 0.80
TESTFunction · 0.80

Calls 2

sizeMethod · 0.45
setMethod · 0.45

Tested by 1

TESTFunction · 0.64