bitburner-src/markdown/bitburner.bladeburner.setteamsize.md
Olivier Gagnon 2b79871c02 doc
2021-11-03 00:27:21 -04:00

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.