Writes binary data to a file.
bool WriteFile(Handle hndl, const any[] items, int num_items, int size)
Handle to the file.
Array of items to write. The data is read directly. That is, in 1 or 2-byte mode, the lower byte(s) in each cell are used directly, rather than performing any casts from a 4-byte number to a smaller number.
Number of items in the array.
Size of each item in the array in bytes. Valid sizes are 1, 2, or 4.
True on success, false on error.
Invalid Handle.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.