MCPcopy Create free account
hub / github.com/SOUI2/soui / invoke

Method invoke

components/ScriptModule-LUA/lua_tinker/lua_tinker.h:441–441  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

439 struct mem_functor
440 {
441 static int invoke(lua_State *L) { push(L,(read<T*>(L,1)->*upvalue_<RVal(T::*)(T1,T2,T3,T4,T5)>(L))(read<T1>(L,2),read<T2>(L,3),read<T3>(L,4),read<T4>(L,5),read<T5>(L,6)));; return 1; }
442 };
443
444 template<typename RVal, typename T, typename T1, typename T2, typename T3, typename T4>

Callers

nothing calls this directly

Calls 1

pushFunction · 0.85

Tested by

no test coverage detected