Unit 'lauxlib' Package
[Overview][Constants][Types][Procedures and functions][Index] [#lua]

luaL_reg

Declaration

Source position: lauxlib.pas line 49

type luaL_reg = record

  name: PAnsiChar;

  func: lua_CFunction;

end;


Documentation generated on: 2025-07-25