2023-12-26 11:45:27 -05:00
|
|
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [Go](./bitburner.go.md) > [getOpponent](./bitburner.go.getopponent.md)
|
|
|
|
|
|
|
|
## Go.getOpponent() method
|
|
|
|
|
2023-12-26 11:53:27 -05:00
|
|
|
Returns the name of the opponent faction in the current subnet.
|
2023-12-26 11:45:27 -05:00
|
|
|
|
|
|
|
**Signature:**
|
|
|
|
|
|
|
|
```typescript
|
2024-03-28 01:02:53 -04:00
|
|
|
getOpponent(): GoOpponent | "No AI";
|
2023-12-26 11:45:27 -05:00
|
|
|
```
|
|
|
|
**Returns:**
|
|
|
|
|
2024-03-28 01:02:53 -04:00
|
|
|
[GoOpponent](./bitburner.goopponent.md) \| "No AI"
|
2023-12-26 11:45:27 -05:00
|
|
|
|