[Overview][Types][Classes][Procedures and functions] |
Source position: plua.pas line 36
function plua_TableToVariantArray( |
L: Plua_State; |
Index: Integer; |
Keys: TStrings = nil |
):variant; |
L |
|
PLua_State to work with. |
Index |
|
Stack index of the Lua table to work with. |
Keys |
|
Optional TStrings object to contain the key values of the table (as strings). |
Takes a table from the Lua environment and converts it to a Variant Array. If a TStrings object is supplied to the Keys arguement then will place the keys of the table into that list as well.
|
||
|