mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 16:53:54 +01:00
31 lines
690 B
Markdown
31 lines
690 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [Infiltration](./bitburner.infiltration.md) > [getInfiltration](./bitburner.infiltration.getinfiltration.md)
|
|
|
|
## Infiltration.getInfiltration() method
|
|
|
|
Get all infiltrations with difficulty, location and rewards.
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
getInfiltration(location: string): InfiltrationLocation;
|
|
```
|
|
|
|
## Parameters
|
|
|
|
| Parameter | Type | Description |
|
|
| --- | --- | --- |
|
|
| location | string | |
|
|
|
|
**Returns:**
|
|
|
|
[InfiltrationLocation](./bitburner.infiltrationlocation.md)
|
|
|
|
Infiltration data for given location.
|
|
|
|
## Remarks
|
|
|
|
RAM cost: 15 GB
|
|
|