mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 17:53:55 +01:00
29 lines
522 B
Markdown
29 lines
522 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.
|
|
|
|
<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
|
|
|