2022-10-21 11:16:00 -04: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 13:18:50 -05:00
|
|
|
**Signature:**
|
2022-10-21 11:16:00 -04:00
|
|
|
|
|
|
|
```typescript
|
2022-11-20 12:07:22 -05:00
|
|
|
getPossibleLocations(): ILocation[];
|
2022-10-21 11:16:00 -04:00
|
|
|
```
|
2023-02-11 13:18:50 -05:00
|
|
|
**Returns:**
|
2022-10-21 11:16:00 -04:00
|
|
|
|
2022-11-20 12:07:22 -05:00
|
|
|
[ILocation](./bitburner.ilocation.md)<!-- -->\[\]
|
2022-10-21 11:16:00 -04:00
|
|
|
|
|
|
|
all locations that can be infiltrated.
|
|
|
|
|
|
|
|
## Remarks
|
|
|
|
|
2024-08-25 12:09:36 -05:00
|
|
|
RAM cost: 0 GB
|
2022-10-21 11:16:00 -04:00
|
|
|
|