mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 08:43:53 +01:00
22 lines
880 B
Markdown
22 lines
880 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [GoAnalysis](./bitburner.goanalysis.md) > [getStats](./bitburner.goanalysis.getstats.md)
|
|
|
|
## GoAnalysis.getStats() method
|
|
|
|
Displays the game history, captured nodes, and gained bonuses for each opponent you have played against.
|
|
|
|
The details are keyed by opponent name, in this structure:
|
|
|
|
<pre lang="javascript"> { <OpponentName>: { wins: number, losses: number, winStreak: number, highestWinStreak: number, favor: number, bonusPercent: number, bonusDescription: string, } } </pre>
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
getStats(): Partial<Record<GoOpponent, SimpleOpponentStats>>;
|
|
```
|
|
**Returns:**
|
|
|
|
Partial<Record<[GoOpponent](./bitburner.goopponent.md)<!-- -->, [SimpleOpponentStats](./bitburner.simpleopponentstats.md)<!-- -->>>
|
|
|