Files
bitburner-src/markdown/bitburner.formulas.md
T
Michael Taylor dcd2f33f7c CODEBASE: Update api-documentor and api-extractor (#2320)
* Update api-documentor and api-extractor. #1566 follow-up.

I have verified that the HTML/markdown table generation bug in
[#4878](https://github.com/microsoft/rushstack/issues/4878) in rushstack
for api-documentor has been fixed as per rushstack#5256. The testcase
[repro](https://github.com/catloversg/api-documenter-bug-pr-4578) now
produces the correct expected output.

I have confirmed that the generated output in bitburner from
`npm run doc` now generated HTML tables, and correctly inserts
a blank line between the </table> and the follow line (e.g. Returns).

Stylisticly it could use some whitespace, but it is correctly rendered.

This commit is only the updated packages, not the updated generated
documentation. I assume that is automatically generated by the GitHub
workflow.

* Follow up to 5f732a6f35, include `npm run doc` changed docs.

* Add missing license info

* Fix React warning

---------

Co-authored-by: CatLover <152669316+catloversg@users.noreply.github.com>
2025-09-26 14:52:39 -07:00

238 lines
2.3 KiB
Markdown

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [bitburner](./bitburner.md) &gt; [Formulas](./bitburner.formulas.md)
## Formulas interface
Formulas API
**Signature:**
```typescript
export interface Formulas
```
## Remarks
You need Formulas.exe on your home computer to use this API.
## Properties
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[bladeburner](./bitburner.formulas.bladeburner.md)
</td><td>
</td><td>
[BladeburnerFormulas](./bitburner.bladeburnerformulas.md)
</td><td>
Bladeburner formulas
</td></tr>
<tr><td>
[gang](./bitburner.formulas.gang.md)
</td><td>
</td><td>
[GangFormulas](./bitburner.gangformulas.md)
</td><td>
Gang formulas
</td></tr>
<tr><td>
[hacking](./bitburner.formulas.hacking.md)
</td><td>
</td><td>
[HackingFormulas](./bitburner.hackingformulas.md)
</td><td>
Hacking formulas
</td></tr>
<tr><td>
[hacknetNodes](./bitburner.formulas.hacknetnodes.md)
</td><td>
</td><td>
[HacknetNodesFormulas](./bitburner.hacknetnodesformulas.md)
</td><td>
Hacknet Nodes formulas
</td></tr>
<tr><td>
[hacknetServers](./bitburner.formulas.hacknetservers.md)
</td><td>
</td><td>
[HacknetServersFormulas](./bitburner.hacknetserversformulas.md)
</td><td>
Hacknet Servers formulas
</td></tr>
<tr><td>
[reputation](./bitburner.formulas.reputation.md)
</td><td>
</td><td>
[ReputationFormulas](./bitburner.reputationformulas.md)
</td><td>
Reputation formulas
</td></tr>
<tr><td>
[skills](./bitburner.formulas.skills.md)
</td><td>
</td><td>
[SkillsFormulas](./bitburner.skillsformulas.md)
</td><td>
Skills formulas
</td></tr>
<tr><td>
[work](./bitburner.formulas.work.md)
</td><td>
</td><td>
[WorkFormulas](./bitburner.workformulas.md)
</td><td>
Work formulas
</td></tr>
</tbody></table>
## Methods
<table><thead><tr><th>
Method
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[mockPerson()](./bitburner.formulas.mockperson.md)
</td><td>
</td></tr>
<tr><td>
[mockPlayer()](./bitburner.formulas.mockplayer.md)
</td><td>
</td></tr>
<tr><td>
[mockServer()](./bitburner.formulas.mockserver.md)
</td><td>
</td></tr>
</tbody></table>