mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 16:53:54 +01:00
859 B
859 B
Home > bitburner > Sleeve > setToCommitCrime
Sleeve.setToCommitCrime() method
Set a sleeve to commit crime.
Signature:
setToCommitCrime(sleeveNumber: number, name: string): boolean;
Parameters
Parameter | Type | Description |
---|---|---|
sleeveNumber | number | Index of the sleeve to start commiting crime. |
name | string | Name of the crime. Must be an exact match. |
Returns:
boolean
True if this action was set successfully, false otherwise.
Remarks
RAM cost: 4 GB
Return a boolean indicating whether or not this action was set successfully.
Returns false if an invalid action is specified.