FileReadUint8
- Синтаксис
-
native bool:FileReadUint8(file, &any:data);
Переменная | Описание |
---|---|
file |
Handle to the file |
data |
Variable to store the data read |
- Описание
- Reads a single uint8 (unsigned byte) from a file. The returned value is zero-extended to an int32.
- Возвращает
- True on success, false on failure