summaryrefslogtreecommitdiff
path: root/API.md
diff options
context:
space:
mode:
authorjussi2024-08-29 13:01:21 +0300
committerjussi2024-08-29 13:01:21 +0300
commitd40bf3a393d968198dc30b7e7cd3f7b926f3a482 (patch)
tree9bd1d6d306518317466ebc27fd708d60a1a10f0b /API.md
parent366f8f5c92975ff6ac7e1643124d747ae54130be (diff)
downloadreilua-enhanced-d40bf3a393d968198dc30b7e7cd3f7b926f3a482.tar.gz
reilua-enhanced-d40bf3a393d968198dc30b7e7cd3f7b926f3a482.tar.bz2
reilua-enhanced-d40bf3a393d968198dc30b7e7cd3f7b926f3a482.zip
GetBufferAsString.
Diffstat (limited to 'API.md')
-rw-r--r--API.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/API.md b/API.md
index 468eb89..109b6c8 100644
--- a/API.md
+++ b/API.md
@@ -5522,6 +5522,14 @@ Get buffer data as table in the format it was stored
---
+> string = RL.GetBufferAsString( Buffer buffer )
+
+Get buffer as string
+
+- Success return string
+
+---
+
> type = RL.GetBufferType( Buffer buffer )
Get buffer type