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

Method call

extlibs/sol3/include/sol/sol.hpp:17248–17256  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17246 }
17247
17248 int call(lua_State* L) {
17249 int nr = call_detail::call_wrapped<void, true, false>(L, fx);
17250 if (is_yielding) {
17251 return lua_yield(L, nr);
17252 }
17253 else {
17254 return nr;
17255 }
17256 }
17257
17258 int operator()(lua_State* L) {
17259 if (!no_trampoline) {

Callers 1

operator()Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected