mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 16:53:54 +01:00
28 lines
645 B
Markdown
28 lines
645 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [OfficeAPI](./bitburner.officeapi.md) > [hasResearched](./bitburner.officeapi.hasresearched.md)
|
|
|
|
## OfficeAPI.hasResearched() method
|
|
|
|
Gets if you have unlocked a research
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
hasResearched(divisionName: string, researchName: string): boolean;
|
|
```
|
|
|
|
## Parameters
|
|
|
|
| Parameter | Type | Description |
|
|
| --- | --- | --- |
|
|
| divisionName | string | Name of the division |
|
|
| researchName | string | Name of the research |
|
|
|
|
**Returns:**
|
|
|
|
boolean
|
|
|
|
true is unlocked, false if not
|
|
|