[Overview][Types][Classes][Procedures and functions] |
Source position: plua.pas line 38
function plua_tovariant( |
L: Plua_State; |
Index: Integer |
):Variant; |
L |
|
PLua_State to work with. |
Index |
|
Stack index to work with. |
Value of the item on the stack.
Converts the Lua Stack Item at the given index to a Pascal Variant for use in code. Slower then direct calls to lua_to and plua_to, but more flexable.
|
||
|