mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 16:53:54 +01:00
907 B
907 B
Home > bitburner > Bladeburner > setTeamSize
Bladeburner.setTeamSize() method
Set team size.
Signature:
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.