2022-05-24 14:12:49 +02:00
|
|
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [Infiltration](./bitburner.infiltration.md) > [getPossibleLocations](./bitburner.infiltration.getpossiblelocations.md)
|
|
|
|
|
|
|
|
## Infiltration.getPossibleLocations() method
|
|
|
|
|
|
|
|
Get all locations that can be infiltrated.
|
|
|
|
|
|
|
|
<b>Signature:</b>
|
|
|
|
|
|
|
|
```typescript
|
2022-08-17 14:50:05 +02:00
|
|
|
getPossibleLocations(): PossibleInfiltrationLocation[];
|
2022-05-24 14:12:49 +02:00
|
|
|
```
|
|
|
|
<b>Returns:</b>
|
|
|
|
|
2022-08-17 14:50:05 +02:00
|
|
|
[PossibleInfiltrationLocation](./bitburner.possibleinfiltrationlocation.md)<!-- -->\[\]
|
2022-05-24 14:12:49 +02:00
|
|
|
|
|
|
|
all locations that can be infiltrated.
|
|
|
|
|
|
|
|
## Remarks
|
|
|
|
|
|
|
|
RAM cost: 5 GB
|
|
|
|
|