[Overview][Types][Classes][Procedures and functions] |
Source position: plua.pas line 44
procedure plua_CopyTable( |
L: Plua_State; |
IdxFrom: Integer; |
IdxTo: Integer |
); |
L |
|
PLua_State to work with. |
IdxFrom |
|
Source table index. |
IdxTo |
|
Destination table index. |
Performs a deep copy of the table at IdxFrom and all its sub-tables into the table at IdxTo.