[Overview][Constants][Types][Procedures and functions] Reference for unit 'lua' (#pLua)

lua_Writer

Declaration

Source position: lua.pas line 172

type lua_Writer = function(

  L: Plua_State;

  const p: Pointer;

  sz: size_t;

  ud: Pointer

):Integer;