mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-13 03:03:54 +01:00
1.4 KiB
1.4 KiB
Home > bitburner > Bladeburner > getActionEstimatedSuccessChance
Bladeburner.getActionEstimatedSuccessChance() 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 estimated success chance for the specified action. This chance is returned as a decimal value, NOT a percentage (e.g. if you have an estimated success chance of 80%, then this function will return 0.80, NOT 80).
Signature:
getActionEstimatedSuccessChance(
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
Estimated success chance for the specified action.
Remarks
RAM cost: 4 GB