[Overview][Constants][Types][Procedures and functions] Reference for unit 'Lua' (#gui)

luaL_Reg

Declaration

Source position: Lua.pas line 586

type luaL_Reg = packed record

  name: PChar;

  

  func: lua_CFunction;

  

end;