mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-12 18:53:55 +01:00
18 lines
479 B
Markdown
18 lines
479 B
Markdown
<!-- 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
|
|
|
|
Returns the name of the opponent faction in the current subnet.
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
getOpponent(): GoOpponent | "No AI" | "????????????";
|
|
```
|
|
**Returns:**
|
|
|
|
[GoOpponent](./bitburner.goopponent.md) \| "No AI" \| "????????????"
|
|
|