From d40bf3a393d968198dc30b7e7cd3f7b926f3a482 Mon Sep 17 00:00:00 2001 From: jussi Date: Thu, 29 Aug 2024 13:01:21 +0300 Subject: GetBufferAsString. --- ReiLua_API.lua | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ReiLua_API.lua') diff --git a/ReiLua_API.lua b/ReiLua_API.lua index 5006d3a..604e6b8 100644 --- a/ReiLua_API.lua +++ b/ReiLua_API.lua @@ -2684,6 +2684,12 @@ function RL.SetBufferData( buffer, position, value ) end ---@return any data function RL.GetBufferData( buffer, position, length ) end +---Get buffer as string +---- Success return string +---@param buffer any +---@return any string +function RL.GetBufferAsString( buffer ) end + ---Get buffer type ---- Success return int ---@param buffer any -- cgit v1.2.3