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

lua_Debug

Declaration

Source position: Lua.pas line 466

type lua_Debug = packed record

  event: Integer;

  

  name: PChar;

  

  namewhat: PChar;

  

  what: PChar;

  

  source: PChar;

  

  currentline: Integer;

  

  nups: Integer;

  

  linedefined: Integer;

  

  short_src: array [0..LUA_IDSIZE-1] of Char;

  

  i_ci: Integer;

  

end;