MCPcopy Create free account
hub / github.com/ArduPilot/ardupilot / luaT_callorderTM

Function luaT_callorderTM

libraries/AP_Scripting/lua/src/ltm.c:160–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158
159
160int luaT_callorderTM (lua_State *L, const TValue *p1, const TValue *p2,
161 TMS event) {
162 if (!luaT_callbinTM(L, p1, p2, L->top, event))
163 return -1; /* no metamethod */
164 else
165 return !l_isfalse(L->top);
166}
167

Callers 2

luaV_lessthanFunction · 0.85
luaV_lessequalFunction · 0.85

Calls 1

luaT_callbinTMFunction · 0.85

Tested by

no test coverage detected