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