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

luaL_Buffer

Declaration

Source position: lauxlib.pas line 129

type luaL_Buffer = record

  p: PAnsiChar;

  lvl: Integer;

  L: Plua_State;

  buffer: array [0..LUAL_BUFFERSIZE-1] of AnsiChar;

end;


Documentation generated on: 2025-07-25