FileReadInt32
Syntax
native bool:FileReadInt32(file, &any:data);
Usage
| Parameter | Description |
|---|---|
| file | Handle to the file |
| data | Variable to store the data read |
Description
Reads a single int32 (int/cell) from a file.
Return
True on success, false on failure