Skip to content

Latest commit

 

History

History
80 lines (38 loc) · 950 Bytes

File metadata and controls

80 lines (38 loc) · 950 Bytes

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[]

Value(s) to be printed.

Returns:

void

Remarks

RAM cost: 0 GB