bitburner-src/markdown/bitburner.ns.print.md
Olivier Gagnon 43fc5dfd48 work on doc
2021-10-30 12:34:14 -04:00

566 B
Raw Blame History

Home > bitburner > NS > print

NS.print() method

Prints a value or a variable to the scripts logs.

Signature:

print(msg: string | number | string[] | number[]): void;

Parameters

Parameter Type Description
msg string | number | string[] | number[] Value to be printed.

Returns:

void

Remarks

0 GB