MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / multi_push_reference

Function multi_push_reference

extlibs/sol3/include/sol/sol.hpp:10180–10183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10178 }
10179
10180 inline int multi_push_reference(lua_State*) {
10181 // do nothing
10182 return 0;
10183 }
10184
10185 template <typename T, typename... Args>
10186 int multi_push_reference(lua_State* L, T&& t, Args&&... args) {

Callers 3

callMethod · 0.85
callFunction · 0.85
callMethod · 0.85

Calls 1

push_referenceFunction · 0.85

Tested by

no test coverage detected