mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 16:53:54 +01:00
37 lines
901 B
Markdown
37 lines
901 B
Markdown
<!-- 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.
|
|
|
|
**Signature:**
|
|
|
|
```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(). |
|
|
|
|
**Returns:**
|
|
|
|
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.
|
|
|