mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 16:53:54 +01:00
620 B
620 B
Home > bitburner > NS > printf
NS.printf() method
Prints a formatted string to the script’s 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