bitburner-src/markdown/bitburner.ns.tprintf.md

30 lines
562 B
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [bitburner](./bitburner.md) &gt; [NS](./bitburner.ns.md) &gt; [tprintf](./bitburner.ns.tprintf.md)
## NS.tprintf() method
Prints a raw value or a variable to the Terminal.
<b>Signature:</b>
```typescript
2021-11-22 17:36:13 +01:00
tprintf(format: string, ...values: any[]): void;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
2021-11-22 17:36:13 +01:00
| format | string | format of the message |
| values | any\[\] | |
<b>Returns:</b>
void
## Remarks
RAM cost: 0 GB