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

luaL_Reg

Declaration

Source position: lua.pas line 607

type luaL_Reg = packed record

  name: PChar;

  

  func: lua_CFunction;

  

end;