mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 23:08:36 +02:00
Remove markdown from git tracking (#139)
* Will attempt to add as build artifacts using workflow.
This commit is contained in:
@@ -1,35 +0,0 @@
|
||||
<!-- 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(format: string, ...values: any[]): void;
|
||||
```
|
||||
|
||||
## Parameters
|
||||
|
||||
| Parameter | Type | Description |
|
||||
| --- | --- | --- |
|
||||
| format | string | Format of the message. |
|
||||
| values | 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.
|
||||
|
||||
- See [printf](./bitburner.ns.printf.md) for examples on formatted strings.
|
||||
|
||||
- For more detail, see: https://github.com/alexei/sprintf.js
|
||||
|
||||
Reference in New Issue
Block a user