Reads binary data from a file.
int Read(any[] items, int num_items, int size)
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.