mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 08:43:53 +01:00
Generate missing docs
This commit is contained in:
parent
a5f5c81912
commit
d801743842
13
markdown/bitburner.ns.heart.md
Normal file
13
markdown/bitburner.ns.heart.md
Normal file
@ -0,0 +1,13 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [bitburner](./bitburner.md) > [NS](./bitburner.ns.md) > [heart](./bitburner.ns.heart.md)
|
||||
|
||||
## NS.heart property
|
||||
|
||||
**Signature:**
|
||||
|
||||
```typescript
|
||||
readonly heart: {
|
||||
break(): number;
|
||||
};
|
||||
```
|
@ -41,6 +41,7 @@ export async function main(ns) {
|
||||
| [go](./bitburner.ns.go.md) | <code>readonly</code> | [Go](./bitburner.go.md) | Namespace for Go functions. |
|
||||
| [grafting](./bitburner.ns.grafting.md) | <code>readonly</code> | [Grafting](./bitburner.grafting.md) | Namespace for grafting functions. Contains spoilers. |
|
||||
| [hacknet](./bitburner.ns.hacknet.md) | <code>readonly</code> | [Hacknet](./bitburner.hacknet.md) | Namespace for hacknet functions. Some of this API contains spoilers. |
|
||||
| [heart](./bitburner.ns.heart.md) | <code>readonly</code> | { break(): number; } | |
|
||||
| [infiltration](./bitburner.ns.infiltration.md) | <code>readonly</code> | [Infiltration](./bitburner.infiltration.md) | Namespace for infiltration functions. |
|
||||
| [pid](./bitburner.ns.pid.md) | <code>readonly</code> | number | The current script's PID |
|
||||
| [singularity](./bitburner.ns.singularity.md) | <code>readonly</code> | [Singularity](./bitburner.singularity.md) | Namespace for singularity functions. Contains spoilers. |
|
||||
|
11
markdown/bitburner.player.karma.md
Normal file
11
markdown/bitburner.player.karma.md
Normal file
@ -0,0 +1,11 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [bitburner](./bitburner.md) > [Player](./bitburner.player.md) > [karma](./bitburner.player.karma.md)
|
||||
|
||||
## Player.karma property
|
||||
|
||||
**Signature:**
|
||||
|
||||
```typescript
|
||||
karma: number;
|
||||
```
|
@ -19,6 +19,7 @@ interface Player extends Person
|
||||
| [entropy](./bitburner.player.entropy.md) | | number | |
|
||||
| [factions](./bitburner.player.factions.md) | | string\[\] | |
|
||||
| [jobs](./bitburner.player.jobs.md) | | Partial<Record<[CompanyName](./bitburner.companyname.md)<!-- -->, [JobName](./bitburner.jobname.md)<!-- -->>> | |
|
||||
| [karma](./bitburner.player.karma.md) | | number | |
|
||||
| [location](./bitburner.player.location.md) | | string | |
|
||||
| [money](./bitburner.player.money.md) | | number | |
|
||||
| [numPeopleKilled](./bitburner.player.numpeoplekilled.md) | | number | |
|
||||
|
Loading…
Reference in New Issue
Block a user