mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-09 17:23:53 +01:00
1.4 KiB
1.4 KiB
Home > bitburner > Bladeburner > setTeamSize
Bladeburner.setTeamSize() method
You have to be employed in the Bladeburner division and be in BitNode-7 or have Source-File 7 in order to use this function.
Set the team size for the specified Bladeburner action.
Returns the team size that was set, or -1 if the function failed.
Signature:
setTeamSize(
type: BladeburnerActTypes,
name: BladeburnerGenActions | BladeburnerContracts | BladeburnerOperations | BladeburnerBlackOps,
size: number,
): number;
Parameters
Parameter | Type | Description |
---|---|---|
type | BladeburnerActTypes | Type of action. |
name | BladeburnerGenActions | BladeburnerContracts | BladeburnerOperations | BladeburnerBlackOps | 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