bitburner-src/markdown/bitburner.gang.getchancetowinclash.md

33 lines
828 B
Markdown
Raw Normal View History

2021-10-30 18:34:14 +02:00
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [bitburner](./bitburner.md) &gt; [Gang](./bitburner.gang.md) &gt; [getChanceToWinClash](./bitburner.gang.getchancetowinclash.md)
## Gang.getChanceToWinClash() method
If you are not in BitNode-2, then you must have Source-File 2 in order to use this function.
Returns the chance you have to win a clash with the specified gang. The chance is returned in decimal form, not percentage
<b>Signature:</b>
```typescript
getChanceToWinClash(gangName: GangName): number;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| gangName | [GangName](./bitburner.gangname.md) | Target gang |
<b>Returns:</b>
number
Chance you have to win a clash with the specified gang.
## Remarks
2021-10-30 21:46:34 +02:00
RAM cost: 4 GB
2021-10-30 18:34:14 +02:00