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

Method luaTo

source/core/StarLua.hpp:1873–1875  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1871
1872template <typename T>
1873T LuaContext::luaTo(LuaValue&& v) {
1874 return engine().luaTo<T>(std::move(v));
1875}
1876
1877template <typename T>
1878T LuaContext::luaTo(LuaValue const& v) {

Callers

nothing calls this directly

Calls 3

formatFunction · 0.70
takeMethod · 0.45
nameMethod · 0.45

Tested by

no test coverage detected