bitburner-src/markdown/bitburner.ns.printf.md
Olivier Gagnon ceb2a48d9f update doc
2022-03-17 16:50:46 -04:00

620 B
Raw Blame History

Home > bitburner > NS > printf

NS.printf() method

Prints a formatted string to the scripts logs.

Signature:

printf(format: string, ...args: any[]): void;

Parameters

Parameter Type Description
format string format of the message
args any[] Value(s) to be printed.

Returns:

void

Remarks

RAM cost: 0 GB

see: https://github.com/alexei/sprintf.js