mirror of
https://github.com/JezuzLizard/T4SP-Server-Plugin.git
synced 2025-04-20 05:25:44 +00:00
fmt
This commit is contained in:
parent
f4ac726a1e
commit
b0ccd678d3
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user