This commit is contained in:
ineed bots 2024-07-31 22:11:27 -06:00
parent f4ac726a1e
commit b0ccd678d3

View File

@ -104,11 +104,11 @@ All files will be closed upon GSC restart (map_restart or fast_restart or missio
// do something with the filename // do something with the filename
filepath = folder + filename; filepath = folder + filename;
} }
```
* `<int> FS_Length(<filehandle int>)` Returns the length in bytes of the open'd file. * `<int> FS_Length(<filehandle int>)` Returns the length in bytes of the open'd file.
* `<int> FS_GetSeek(<filehandle int>)` Returns the seek of the open'd file (only for reading). * `<int> FS_GetSeek(<filehandle int>)` Returns the seek of the open'd file (only for reading).
* `<int> FS_Seek(<filehandle int>, <seek int>)` Sets the seek of the open'd file (only for reading). * `<int> FS_Seek(<filehandle int>, <seek int>)` Sets the seek of the open'd file (only for reading).
```
# Credits # Credits
- momo5502 (https://github.com/momo5502) - momo5502 (https://github.com/momo5502)