native fread_blocks(file, any:data[], blocks, mode);
file | Handle to the file |
data | Array to store each item read |
blocks | Number of items to read into the array |
mode | Size of each element, in bytes, to be read Valid sizes are 1, 2, or 4. See BLOCK_* constants. |
Reads binary data from a file.
Number of elements read
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.