Added docs and project management tool update

This commit is contained in:
n00b
2024-10-06 01:39:47 -04:00
parent 00309fa481
commit 641c5c86ca
1544 changed files with 10572 additions and 2904 deletions

View File

@@ -1,4 +1,12 @@
#title ReadByteBuffer [RCBasic Doc]
#header function ReadByteBuffer(stream, ByRef buf, buf_size)
Reads a number of bytes from a file stream to an array.
#list ul
#li stream - A open file
#li buffer - An array of bytes
#li buffer_size - The number of bytes to write from buffer (This should be less than size of the buffer)
#/list
#ref ReadByte