summaryrefslogtreecommitdiff
path: root/API.md
diff options
context:
space:
mode:
authorjussi2025-01-17 17:06:55 +0200
committerjussi2025-01-17 17:06:55 +0200
commit9a1161541d6b066dc7f6e3ca0cdf008f19d3f7be (patch)
tree2a414734f0bde20e6ee4363e6f87cc4e85ebaa53 /API.md
parent3cccee885e1b8644490920eca3c372d5690c8eb7 (diff)
downloadreilua-enhanced-9a1161541d6b066dc7f6e3ca0cdf008f19d3f7be.tar.gz
reilua-enhanced-9a1161541d6b066dc7f6e3ca0cdf008f19d3f7be.tar.bz2
reilua-enhanced-9a1161541d6b066dc7f6e3ca0cdf008f19d3f7be.zip
SetBufferData takes table of values.
Diffstat (limited to 'API.md')
-rw-r--r--API.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/API.md b/API.md
index 1c3feba..bd54ad5 100644
--- a/API.md
+++ b/API.md
@@ -6501,7 +6501,7 @@ Copy buffer data to another buffer. Size is in bytes
---
-> RL.SetBufferData( Buffer buffer, int position, any value )
+> RL.SetBufferData( Buffer buffer, int position, any{} values )
Set buffer data value