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

Function luaT_trybiniTM

extlibs/lua/src/ltm.c:183–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181
182
183void luaT_trybiniTM (lua_State *L, const TValue *p1, lua_Integer i2,
184 int flip, StkId res, TMS event) {
185 TValue aux;
186 setivalue(&aux, i2);
187 luaT_trybinassocTM(L, p1, &aux, flip, res, event);
188}
189
190
191/*

Callers 1

luaV_executeFunction · 0.85

Calls 1

luaT_trybinassocTMFunction · 0.85

Tested by

no test coverage detected