Writes a binary string to a file.
bool WriteFileString(Handle hndl, const char[] buffer, bool term)
Handle to the file.
String to write.
True to append NUL terminator, false otherwise.
True on success, false on error.
Invalid Handle.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.