mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 06:48:42 +02:00
663 B
663 B
Home > bitburner > GoAnalysis > resetStats
GoAnalysis.resetStats() method
Reset all win/loss and winstreak records for the No AI opponent.
Signature:
resetStats(resetAll?: boolean): void;
Parameters
| Parameter | Type | Description |
|---|---|---|
| resetAll | boolean | (Optional) Optional. if true, reset win/loss records for all opponents. Leaves node power and bonuses unchanged. Defaults to false. |
Returns:
void