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

lua_Reader

Declaration

Source position: lua.pas line 170

type lua_Reader = function(

  L: Plua_State;

  ud: Pointer;

  sz: Psize_t

):PChar;