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

Function luaK_ret

libraries/AP_Scripting/lua/src/lcode.c:156–158  ·  view source on GitHub ↗

** Code a 'return' instruction */

Source from the content-addressed store, hash-verified

154** Code a 'return' instruction
155*/
156void luaK_ret (FuncState *fs, int first, int nret) {
157 luaK_codeABC(fs, OP_RETURN, first, nret+1, 0);
158}
159
160
161/*

Callers 2

close_funcFunction · 0.85
retstatFunction · 0.85

Calls 1

luaK_codeABCFunction · 0.85

Tested by

no test coverage detected