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) > [Bladeburner](./bitburner.bladeburner.md) > [setTeamSize](./bitburner.bladeburner.setteamsize.md)
|
|
|
|
|
|
|
|
## Bladeburner.setTeamSize() method
|
|
|
|
|
|
|
|
Set team size.
|
|
|
|
|
2023-02-11 19:18:50 +01:00
|
|
|
**Signature:**
|
2022-10-21 17:16:00 +02:00
|
|
|
|
|
|
|
```typescript
|
|
|
|
setTeamSize(type: string, name: string, size: number): number;
|
|
|
|
```
|
|
|
|
|
|
|
|
## Parameters
|
|
|
|
|
|
|
|
| Parameter | Type | Description |
|
|
|
|
| --- | --- | --- |
|
|
|
|
| type | string | Type of action. |
|
|
|
|
| name | string | Name of action. Must be an exact match. |
|
|
|
|
| size | number | Number of team members to set. Will be converted using Math.round(). |
|
|
|
|
|
2023-02-11 19:18:50 +01:00
|
|
|
**Returns:**
|
2022-10-21 17:16:00 +02:00
|
|
|
|
|
|
|
number
|
|
|
|
|
|
|
|
Number of Bladeburner team members you assigned to the specified action.
|
|
|
|
|
|
|
|
## Remarks
|
|
|
|
|
|
|
|
RAM cost: 4 GB
|
|
|
|
|
|
|
|
Set the team size for the specified Bladeburner action.
|
|
|
|
|
|
|
|
Returns the team size that was set, or -1 if the function failed.
|
|
|
|
|