mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 08:43:53 +01:00
cacecda72f
* API: Add types for parameters of gym-university-bladeburner API * Fix merging error
39 lines
1.4 KiB
Markdown
39 lines
1.4 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.
|
||
|
||
**Signature:**
|
||
|
||
```typescript
|
||
getActionRepGain(
|
||
type: BladeburnerActionType | `${BladeburnerActionType}`,
|
||
name: BladeburnerActionName | `${BladeburnerActionName}`,
|
||
level?: number,
|
||
): number;
|
||
```
|
||
|
||
## Parameters
|
||
|
||
| Parameter | Type | Description |
|
||
| --- | --- | --- |
|
||
| type | [BladeburnerActionType](./bitburner.bladeburneractiontype.md) \| \`${[BladeburnerActionType](./bitburner.bladeburneractiontype.md)<!-- -->}\` | Type of action. |
|
||
| name | [BladeburnerActionName](./bitburner.bladeburneractionname.md) \| \`${[BladeburnerActionName](./bitburner.bladeburneractionname.md)<!-- -->}\` | 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.
|
||
|