Zeus API Reference - MyGeneration Software

ZeusOutput.writeln Method 

Writes the inputed string, text, to the output buffer followed by a newline.

public void writeln(
   string text
);

Parameters

text
A string to write to the output buffer

Implements

IZeusOutput.writeln

See Also

ZeusOutput Class | Zeus Namespace