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

luaL_Buffer

Declaration

Source position: Lua.pas line 710

type luaL_Buffer = packed record

  p: PChar;

  

  lvl: Integer;

  

  L: Plua_State;

  

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

  

end;