bitburner-src/markdown/bitburner.gocheat.getcheatsuccesschance.md

31 lines
1.1 KiB
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [bitburner](./bitburner.md) &gt; [GoCheat](./bitburner.gocheat.md) &gt; [getCheatSuccessChance](./bitburner.gocheat.getcheatsuccesschance.md)
## GoCheat.getCheatSuccessChance() method
2024-10-28 02:52:23 +01:00
Returns your chance of successfully playing one of the special moves in the ns.go.cheat API. Scales up with your crime success rate stat. Scales down with the number of times you've attempted to cheat in the current game.
Warning: if you fail to play a cheat move, your turn will be skipped. After your first cheat attempt, if you fail, there is a small (\~10%) chance you will instantly be ejected from the subnet.
**Signature:**
```typescript
2024-10-28 02:52:23 +01:00
getCheatSuccessChance(cheatCount?: number): number;
```
2024-10-28 02:52:23 +01:00
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| cheatCount | number | _(Optional)_ Optional override for the number of cheats already attempted. Defaults to the number of cheats attempted in the current game. |
**Returns:**
number
## Remarks
RAM cost: 1 GB Requires BitNode 14.2 to use