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

luaL_newmetatable

Declaration

Source position: lua.pas line 657

function luaL_newmetatable(

  L: Plua_State;

  const tname: PChar

):Integer;