bitburner-src/markdown/bitburner.ns.tprintf.md
Olivier Gagnon 42518c3caa fix few bugs
2021-11-22 11:36:13 -05:00

562 B

Home > bitburner > NS > tprintf

NS.tprintf() method

Prints a raw value or a variable to the Terminal.

Signature:

tprintf(format: string, ...values: any[]): void;

Parameters

Parameter Type Description
format string format of the message
values any[]

Returns:

void

Remarks

RAM cost: 0 GB