mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-09 17:23:53 +01:00
1.5 KiB
1.5 KiB
Home > bitburner > Bladeburner > getActionCountRemaining
Bladeburner.getActionCountRemaining() 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 remaining count of the specified action.
Note that this is meant to be used for Contracts and Operations. This function will return ‘Infinity’ for actions such as Training and Field Analysis. This function will return 1 for BlackOps not yet completed regardless of wether the player has the required rank to attempt the mission or not.
Signature:
getActionCountRemaining(
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
Remaining count of the specified action.
Remarks
RAM cost: 4 GB