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