Writes a line of text to a text file. A newline is automatically appended.
bool WriteFileLine(Handle hndl, const char[] format, any... ...)
Handle to the file.
Formatting rules.
Variable number of format parameters.
True on success, false otherwise.
Invalid Handle.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.