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.
|
|
|
|
|
2023-02-11 19:18:50 +01:00
|
|
|
**Signature:**
|
2022-10-21 17:16:00 +02:00
|
|
|
|
|
|
|
```typescript
|
2022-11-20 18:07:22 +01:00
|
|
|
getPossibleLocations(): ILocation[];
|
2022-10-21 17:16:00 +02:00
|
|
|
```
|
2023-02-11 19:18:50 +01:00
|
|
|
**Returns:**
|
2022-10-21 17:16:00 +02:00
|
|
|
|
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
|
|
|
|
|
2024-08-25 19:09:36 +02:00
|
|
|
RAM cost: 0 GB
|
2022-10-21 17:16:00 +02:00
|
|
|
|