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

luaL_loadbuffer

Declaration

Source position: Lua.pas line 658

function luaL_loadbuffer(

  L: Plua_State;

  const buff: PChar;

  sz: size_t;

  const name: PChar

):Integer;