mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 16:53:54 +01:00
31 lines
600 B
Markdown
31 lines
600 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [NS](./bitburner.ns.md) > [tprint](./bitburner.ns.tprint.md)
|
|
|
|
## NS.tprint() method
|
|
|
|
Prints one or more values or variables to the Terminal.
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
tprint(...args: any[]): void;
|
|
```
|
|
|
|
## Parameters
|
|
|
|
| Parameter | Type | Description |
|
|
| --- | --- | --- |
|
|
| args | any\[\] | Value(s) to be printed. |
|
|
|
|
**Returns:**
|
|
|
|
void
|
|
|
|
## Remarks
|
|
|
|
RAM cost: 0 GB
|
|
|
|
See [print](./bitburner.ns.print.md) for how to add color to your printed strings.
|
|
|