mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 06:48:42 +02:00
work on making the netscript api tighter
This commit is contained in:
28
markdown/bitburner.ns.tprintf.md
Normal file
28
markdown/bitburner.ns.tprintf.md
Normal file
@@ -0,0 +1,28 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [bitburner](./bitburner.md) > [NS](./bitburner.ns.md) > [tprintf](./bitburner.ns.tprintf.md)
|
||||
|
||||
## NS.tprintf() method
|
||||
|
||||
Prints a raw value or a variable to the Terminal.
|
||||
|
||||
<b>Signature:</b>
|
||||
|
||||
```typescript
|
||||
tprintf(msg: any): void;
|
||||
```
|
||||
|
||||
## Parameters
|
||||
|
||||
| Parameter | Type | Description |
|
||||
| --- | --- | --- |
|
||||
| msg | any | Value to be printed. |
|
||||
|
||||
<b>Returns:</b>
|
||||
|
||||
void
|
||||
|
||||
## Remarks
|
||||
|
||||
RAM cost: 0 GB
|
||||
|
||||
Reference in New Issue
Block a user