FileWriteInt16
Syntax
native bool:FileWriteInt16(file, any:data);
Usage
| Parameter | Description |
|---|---|
| file | Handle to the file |
| data | Data to write (truncated to an int16) |
Description
Writes a single int16 (short) to a file.
Return
True on success, false on failure