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

lua_Writer

Declaration

Source position: Lua.pas line 151

type lua_Writer = function(

  L: Plua_State;

  const p: Pointer;

  sz: size_t;

  ud: Pointer

):Integer;