MCPcopy Create free account
hub / github.com/DFHack/dfhack / luaK_ret

Function luaK_ret

depends/lua/src/lcode.c:149–151  ·  view source on GitHub ↗

** Code a 'return' instruction */

Source from the content-addressed store, hash-verified

147** Code a 'return' instruction
148*/
149void luaK_ret (FuncState *fs, int first, int nret) {
150 luaK_codeABC(fs, OP_RETURN, first, nret+1, 0);
151}
152
153
154/*

Callers 2

close_funcFunction · 0.85
retstatFunction · 0.85

Calls 1

luaK_codeABCFunction · 0.85

Tested by

no test coverage detected