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 > getActionRepGain
Bladeburner.getActionRepGain() 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 average Bladeburner reputation gain for successfully completing the specified action. Note that this value is an ‘average’ and the real reputation gain may vary slightly from this value.
Signature:
getActionRepGain(
type: BladeburnerActTypes,
name: BladeburnerGenActions | BladeburnerContracts | BladeburnerOperations | BladeburnerBlackOps,
level: number,
): number;
Parameters
Parameter | Type | Description |
---|---|---|
type | BladeburnerActTypes | Type of action. |
name | BladeburnerGenActions | BladeburnerContracts | BladeburnerOperations | BladeburnerBlackOps | Name of action. Must be an exact match. |
level | number | Optional action level at which to calculate the gain |
Returns:
number
Average Bladeburner reputation gain for successfully completing the specified action.
Remarks
4 GB