mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 17:53:55 +01:00
33 lines
678 B
Markdown
33 lines
678 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [Singularity](./bitburner.singularity.md) > [getCrimeStats](./bitburner.singularity.getcrimestats.md)
|
|
|
|
## Singularity.getCrimeStats() method
|
|
|
|
Get stats related to a crime.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
getCrimeStats(crime: string): CrimeStats;
|
|
```
|
|
|
|
## Parameters
|
|
|
|
| Parameter | Type | Description |
|
|
| --- | --- | --- |
|
|
| crime | string | Name of crime. Not case-sensitive |
|
|
|
|
<b>Returns:</b>
|
|
|
|
[CrimeStats](./bitburner.crimestats.md)
|
|
|
|
The stats of the crime.
|
|
|
|
## Remarks
|
|
|
|
RAM cost: 5 GB \* 16/4/1
|
|
|
|
Returns the stats of the crime.
|
|
|