2022-10-21 17:16:00 +02:00
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home ](./index.md ) > [bitburner ](./bitburner.md ) > [Bladeburner ](./bitburner.bladeburner.md ) > [getActionRepGain ](./bitburner.bladeburner.getactionrepgain.md )
## Bladeburner.getActionRepGain() method
Get the reputation gain of an action.
2023-02-11 19:18:50 +01:00
**Signature:**
2022-10-21 17:16:00 +02:00
```typescript
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. |
2023-08-30 22:28:21 +02:00
| level | number | Optional number. Action level at which to calculate the gain. Will be the action's current level if not given. |
2022-10-21 17:16:00 +02:00
2023-02-11 19:18:50 +01:00
**Returns:**
2022-10-21 17:16:00 +02:00
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.