native bool:FileWriteInt16(file, any:data);
file | Handle to the file |
data | Data to write (truncated to an int16) |
Writes a single int16 (short) to a file.
True on success, false on failure
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.