mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 08:43:53 +01:00
31 lines
555 B
Markdown
31 lines
555 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [Singularity](./bitburner.singularity.md) > [setFocus](./bitburner.singularity.setfocus.md)
|
|
|
|
## Singularity.setFocus() method
|
|
|
|
Set the players focus.
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
setFocus(focus: boolean): boolean;
|
|
```
|
|
|
|
## Parameters
|
|
|
|
| Parameter | Type | Description |
|
|
| --- | --- | --- |
|
|
| focus | boolean | |
|
|
|
|
**Returns:**
|
|
|
|
boolean
|
|
|
|
True if the focus was changed.
|
|
|
|
## Remarks
|
|
|
|
RAM cost: 0.1 GB \* 16/4/1
|
|
|