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

Method luaFrom

source/core/StarLua.hpp:1853–1855  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1851
1852template <typename T>
1853LuaValue LuaContext::luaFrom(T&& t) {
1854 return engine().luaFrom(std::forward<T>(t));
1855}
1856
1857template <typename T>
1858LuaValue LuaContext::luaFrom(T const& t) {

Callers 13

parametersMethod · 0.80
fromMethod · 0.80
fromMethod · 0.80
fromMethod · 0.80
toVariadicReturnFunction · 0.80
toWrappedReturnFunction · 0.80
getMethod · 0.80
setMethod · 0.80
containsMethod · 0.80
removeMethod · 0.80
rawGetMethod · 0.80
rawSetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected