mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-13 11:13:50 +01:00
35 lines
1.0 KiB
Markdown
35 lines
1.0 KiB
Markdown
|
<!-- 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.
|
|||
|
|
|||
|
<b>Signature:</b>
|
|||
|
|
|||
|
```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. |
|
|||
|
| level | number | Optional action level at which to calculate the gain |
|
|||
|
|
|||
|
<b>Returns:</b>
|
|||
|
|
|||
|
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.
|
|||
|
|