Ejemplo n.º 1
0
 /// <summary>
 /// Equivalent to luaK_codeABx. </summary>
 internal int kCodeABx(int o, int a, int bc)
 {
     // assert getOpMode(o) == iABx || getOpMode(o) == iAsBx);
     // assert getCMode(o) == OP_ARG_N);
     return(kCode(Lua.CREATE_ABx(o, a, bc), ls.lastline()));
 }