bitburner-src/markdown/bitburner.ns.tprint.md
Olivier Gagnon 7a89c0a1bb regen doc
2022-10-09 18:46:13 -04:00

606 B

Home > bitburner > NS > tprint

NS.tprint() method

Prints one or more values or variables to the Terminal.

Signature:

tprint(...args: any[]): void;

Parameters

Parameter Type Description
args any[] Value(s) to be printed.

Returns:

void

Remarks

RAM cost: 0 GB

See print for how to add color to your printed strings.