bitburner-src/markdown/bitburner.bladeburner.getteamsize.md

36 lines
1020 B
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [bitburner](./bitburner.md) &gt; [Bladeburner](./bitburner.bladeburner.md) &gt; [getTeamSize](./bitburner.bladeburner.getteamsize.md)
## Bladeburner.getTeamSize() method
Get team size.
**Signature:**
```typescript
getTeamSize(type?: string, name?: string): number;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| type | string | _(Optional)_ Type of action. |
| name | string | _(Optional)_ Name of action. Must be an exact match. |
**Returns:**
number
Number of Bladeburner team members that were assigned to the specified action.
## Remarks
RAM cost: 4 GB
Returns the number of available Bladeburner team members. You can also pass the type and name of an action to get the number of Bladeburner team members you have assigned to the specified action.
Setting a team is only applicable for Operations and BlackOps. This function will return 0 for other action types.