[Overview][Constants][Types][Procedures and functions] Reference for unit 'lua' (#pLua)

lua_createtable

Declaration

Source position: lua.pas line 326

procedure lua_createtable(

  L: Plua_State;

  narr: Integer;

  nrec: Integer

);