diff --git a/README.md b/README.md index 0b8e11a..ca1e9d1 100644 --- a/README.md +++ b/README.md @@ -58,8 +58,8 @@ All files will be closed upon GSC restart (map_restart or fast_restart or missio ``` -* ` FS_ReadLine()` Reads a line from the file pointed by the filehandle, removes the newline char. Returns `undefined` when nothing is left to read. Will not read more than 8192 characters at once. Filehandle must be opened for reading. -* ` FS_Read(, (optional))` Reads number of bytes from the file. If bytes is `undefined`, reads the entire file. No more than 8192 characters will be read at once. Returns `undefined` if there are nothing left to read. +* ` FS_ReadLine()` Reads a line from the file pointed by the filehandle, removes the newline char. Returns `undefined` when nothing is left to read. Will not read more than 65536 characters at once. Filehandle must be opened for reading. +* ` FS_Read(, (optional))` Reads number of bytes from the file. If bytes is `undefined`, reads the entire file. No more than 65536 characters will be read at once. Returns `undefined` if there are nothing left to read. ```gsc // open the file for reading