lua_upvalueindex
[-0, +0, –]
int lua_upvalueindex (int i);
Returns the pseudo-index that represents the i
-th upvalue of the running function (see §4.4).
lua_upvalueindex
[-0, +0, –]
int lua_upvalueindex (int i);
Returns the pseudo-index that represents the i
-th upvalue of the running function (see §4.4).
Please login to continue.