lua_absindex
[-0, +0, –]
int lua_absindex (lua_State *L, int idx);
Converts the acceptable index idx
into an equivalent absolute index (that is, one that does not depend on the stack top).
lua_absindex
[-0, +0, –]
int lua_absindex (lua_State *L, int idx);
Converts the acceptable index idx
into an equivalent absolute index (that is, one that does not depend on the stack top).
Please login to continue.