GetBufferAsString.

This commit is contained in:
jussi
2024-08-29 13:01:21 +03:00
parent 366f8f5c92
commit d40bf3a393
6 changed files with 40 additions and 0 deletions

View File

@@ -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