bitburner-src/markdown/bitburner.bladeburner.getteamsize.md
Olivier Gagnon feb0430aff work on doc
2021-10-30 15:46:34 -04:00

1.4 KiB

Home > bitburner > Bladeburner > getTeamSize

Bladeburner.getTeamSize() 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.

Returns the number of Bladeburner team members you have assigned to the specified action.

Setting a team is only applicable for Operations and BlackOps. This function will return 0 for other action types.

Signature:

getTeamSize(
    type: BladeburnerActTypes,
    name: BladeburnerGenActions | BladeburnerContracts | BladeburnerOperations | BladeburnerBlackOps,
  ): number;

Parameters

Parameter Type Description
type BladeburnerActTypes Type of action.
name BladeburnerGenActions | BladeburnerContracts | BladeburnerOperations | BladeburnerBlackOps Name of action. Must be an exact match.

Returns:

number

Number of Bladeburner team members that were assigned to the specified action.

Remarks

RAM cost: 4 GB