[Overview][Types][Classes][Procedures and functions] |
Source position: plua.pas line 40
function plua_absindex( |
L: Plua_State; |
Index: Integer |
):Integer; |
L |
|
PLua_State to work with. |
Index |
|
Stack index to work with. |
Absolute stack index.
Converts a relative stack index into an absolute Lua stack index. As an example -1 will be converted to the top stack index. Mainly used internally by pLua to optimize stack operations.