[Overview][Types][Classes][Procedures and functions][Variables] Reference for unit 'LuaObject' (#pLua)

LuaCopyTable

Declaration

Source position: LuaObject.pas line 55

procedure LuaCopyTable(

  L: Plua_State;

  IdxFrom: Integer;

  IdxTo: Integer;

  MtTo: Integer

);

Arguments

L

  

PLua_State to work with.