Reads binary data from a file.
int ReadFile(Handle hndl, any[] items, int num_items, int size)
Handle to the file.
Array to store each item read.
Number of items to read into the array.
Size of each element, in bytes, to be read. Valid sizes are 1, 2, or 4.
Number of elements read, or -1 on error.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.