mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 14:59:16 +02:00
doc
This commit is contained in:
@@ -9,7 +9,7 @@ Commit a crime.
|
||||
<b>Signature:</b>
|
||||
|
||||
```typescript
|
||||
commitCrime(crime: string): number;
|
||||
commitCrime(crime: string, focus?: boolean): number;
|
||||
```
|
||||
|
||||
## Parameters
|
||||
@@ -17,6 +17,7 @@ commitCrime(crime: string): number;
|
||||
| Parameter | Type | Description |
|
||||
| --- | --- | --- |
|
||||
| crime | string | Name of crime to attempt. |
|
||||
| focus | boolean | Acquire player focus on this program creation. Optional. Defaults to true. |
|
||||
|
||||
<b>Returns:</b>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user