MCPcopy Create free account
hub / github.com/BZFlag-Dev/bzflag / f_call

Function f_call

other_src/lua/src/lapi.cpp:830–833  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

828
829
830static void f_call (lua_State *L, void *ud) {
831 struct CallS *c = cast(struct CallS *, ud);
832 luaD_call(L, c->func, c->nresults);
833}
834
835
836

Callers

nothing calls this directly

Calls 1

luaD_callFunction · 0.70

Tested by

no test coverage detected