bitburner-src/markdown/bitburner.singularity.getcrimestats.md

33 lines
799 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; [Singularity](./bitburner.singularity.md) &gt; [getCrimeStats](./bitburner.singularity.getcrimestats.md)
## Singularity.getCrimeStats() method
If you are not in BitNode-4, then you must have Level 3 of Source-File 4 in order to use this function and the RAM cost is doubled.
Returns the stats of the crime.
<b>Signature:</b>
```typescript
getCrimeStats(crime: Crime): CrimeStats;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| crime | [Crime](./bitburner.crime.md) | Name of crime. Not case-sensitive |
<b>Returns:</b>
[CrimeStats](./bitburner.crimestats.md)
The stats of the crime.
## Remarks
2021-10-30 21:46:34 +02:00
Singularity - Level 3
2021-10-30 18:34:14 +02:00