summaryrefslogtreecommitdiff
path: root/ReiLua_API.lua
diff options
context:
space:
mode:
Diffstat (limited to 'ReiLua_API.lua')
-rw-r--r--ReiLua_API.lua6
1 files changed, 6 insertions, 0 deletions
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