diff options
| author | jussi | 2024-08-29 13:01:21 +0300 |
|---|---|---|
| committer | jussi | 2024-08-29 13:01:21 +0300 |
| commit | d40bf3a393d968198dc30b7e7cd3f7b926f3a482 (patch) | |
| tree | 9bd1d6d306518317466ebc27fd708d60a1a10f0b /API.md | |
| parent | 366f8f5c92975ff6ac7e1643124d747ae54130be (diff) | |
| download | reilua-enhanced-d40bf3a393d968198dc30b7e7cd3f7b926f3a482.tar.gz reilua-enhanced-d40bf3a393d968198dc30b7e7cd3f7b926f3a482.tar.bz2 reilua-enhanced-d40bf3a393d968198dc30b7e7cd3f7b926f3a482.zip | |
GetBufferAsString.
Diffstat (limited to 'API.md')
| -rw-r--r-- | API.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |
