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

Function codeextraarg

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

** Emit an "extra argument" instruction (format 'iAx') */

Source from the content-addressed store, hash-verified

340** Emit an "extra argument" instruction (format 'iAx')
341*/
342static int codeextraarg (FuncState *fs, int a) {
343 lua_assert(a <= MAXARG_Ax);
344 return luaK_code(fs, CREATE_Ax(OP_EXTRAARG, a));
345}
346
347
348/*

Callers 2

luaK_codekFunction · 0.85
luaK_setlistFunction · 0.85

Calls 1

luaK_codeFunction · 0.85

Tested by

no test coverage detected