FileReadInt32
- Синтаксис
-
native bool:FileReadInt32(file, &any:data);
Переменная | Описание |
---|---|
file |
Handle to the file |
data |
Variable to store the data read |
- Описание
- Reads a single int32 (int/cell) from a file.
- Возвращает
- True on success, false on failure