bitburner-src/markdown/bitburner.ns.tprint.md
omuretsu 06a985bdf8 Revert "Remove markdown from git tracking (#139)"
This reverts commit bbb6e3f309935aebac74ddb1fbeec12dfb7540b1.
2022-10-21 11:16:00 -04:00

31 lines
606 B
Markdown

<!-- 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; [tprint](./bitburner.ns.tprint.md)
## NS.tprint() method
Prints one or more values or variables to the Terminal.
<b>Signature:</b>
```typescript
tprint(...args: any[]): void;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| args | any\[\] | Value(s) to be printed. |
<b>Returns:</b>
void
## Remarks
RAM cost: 0 GB
See [print](./bitburner.ns.print.md) for how to add color to your printed strings.