2022-10-21 17:16:00 +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-11-20 18:07:22 +01:00
|
|
|
getPossibleLocations(): ILocation[];
|
2022-10-21 17:16:00 +02:00
|
|
|
```
|
|
|
|
<b>Returns:</b>
|
|
|
|
|
2022-11-20 18:07:22 +01:00
|
|
|
[ILocation](./bitburner.ilocation.md)<!-- -->\[\]
|
2022-10-21 17:16:00 +02:00
|
|
|
|
|
|
|
all locations that can be infiltrated.
|
|
|
|
|
|
|
|
## Remarks
|
|
|
|
|
|
|
|
RAM cost: 5 GB
|
|
|
|
|