mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 14:59:16 +02:00
1.0 KiB
1.0 KiB
Home > bitburner > Bladeburner > setTeamSize
Bladeburner.setTeamSize() method
Set team size.
Signature:
setTeamSize(type: BladeburnerActionType, name: BladeburnerActionName, size: number): number;
Parameters
| Parameter | Type | Description |
|---|---|---|
| type | BladeburnerActionType | Type of action. |
| name | BladeburnerActionName | Name of action. Must be an exact match. |
| size | number | Number of team members to set. Must be a non-negative integer. |
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.