Reads a single binary cell from a file.
int ReadFileCell(Handle hndl, int& data, int size)
Handle to the file.
Variable to store the data read.
Size of the data to read in bytes. Valid sizes are 1, 2, or 4 bytes.
Number of elements read (max 1), or -1 on error.
Invalid Handle.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.