WriteLine
Description
Writes a CR(\n) terminated string to the given file, which must have been opened for writing.
Definition
WriteLine( iFileID, str )
void agk::WriteLine( uint32_t iFileID, const char* str )
Parameters
- iFileID - The ID of the file to modify.
- str - The string to write.