Files
bitburner-src/markdown/bitburner.bladeburner.setteamsize.md

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.