mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 08:43:53 +01:00
1.1 KiB
1.1 KiB
Home > bitburner > Bladeburner > getActionRepGain
Bladeburner.getActionRepGain() method
Get the reputation gain of an action.
Signature:
getActionRepGain(type: string, name: string, level?: number): number;
Parameters
Parameter | Type | Description |
---|---|---|
type | string | Type of action. |
name | string | Name of action. Must be an exact match. |
level | number | (Optional) Optional number. Action level at which to calculate the gain. Will be the action's current level if not given. |
Returns:
number
Average Bladeburner reputation gain for successfully completing the specified action.
Remarks
RAM cost: 4 GB
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.