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

Function luaTupleReturn

source/core/StarLua.hpp:1612–1614  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1610
1611template <typename... Types>
1612LuaTupleReturn<typename std::decay<Types>::type...> luaTupleReturn(Types&&... args) {
1613 return LuaTupleReturn<typename std::decay<Types>::type...>(std::forward<Types>(args)...);
1614}
1615
1616inline LuaReference::LuaReference(LuaDetail::LuaHandle handle) : m_handle(std::move(handle)) {}
1617

Callers 7

damageTakenSinceMethod · 0.85
inflictedHitsSinceMethod · 0.85
inflictedDamageSinceMethod · 0.85
makePlayerCallbacksMethod · 0.85
lineCollisionMethod · 0.85
TESTFunction · 0.85

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.68