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) > [Gang](./bitburner.gang.md) > [setTerritoryWarfare](./bitburner.gang.setterritorywarfare.md)
|
|
|
|
|
|
|
|
## Gang.setTerritoryWarfare() method
|
|
|
|
|
2023-10-23 10:24:30 +02:00
|
|
|
Enable/Disable territory clashes.
|
2022-10-21 17:16:00 +02:00
|
|
|
|
2023-02-11 19:18:50 +01:00
|
|
|
**Signature:**
|
2022-10-21 17:16:00 +02:00
|
|
|
|
|
|
|
```typescript
|
|
|
|
setTerritoryWarfare(engage: boolean): void;
|
|
|
|
```
|
|
|
|
|
|
|
|
## Parameters
|
|
|
|
|
|
|
|
| Parameter | Type | Description |
|
|
|
|
| --- | --- | --- |
|
2023-10-23 10:24:30 +02:00
|
|
|
| engage | boolean | Whether or not to engage in territory clashes. |
|
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
|
|
|
|
|
|
|
void
|
|
|
|
|
|
|
|
## Remarks
|
|
|
|
|
|
|
|
RAM cost: 2 GB
|
|
|
|
|
2023-10-23 10:24:30 +02:00
|
|
|
Set whether or not the gang should engage in territory clashes
|
2022-10-21 17:16:00 +02:00
|
|
|
|