AMX Mod X API Documentation

Signature
native bool:FileWriteInt16(file, any:data);
Description

Writes a single int16 (short) to a file.

Parameters
  • file Handle to the file
  • data Data to write (truncated to an int16)
Returns

True on success, false on failure

Назад
Верх