WriteLine
Writes a line of text to a text file. A newline is automatically appended.
native bool WriteLine(const char[] format, any ...)
Parameters
const char[] format
Formatting rules.
any... ...
Variable number of format parameters.
Return Value
bool True on success, false otherwise.