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