Signature
native bool:FileReadInt32(file, &any:data);
Description
Reads a single int32 (int/cell) from a file.
Parameters
- file — Handle to the file
- data — Variable to store the data read
Returns
True on success, false on failure