mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 16:53:54 +01:00
34 lines
753 B
Markdown
34 lines
753 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [Bladeburner](./bitburner.bladeburner.md) > [getActionSuccesses](./bitburner.bladeburner.getactionsuccesses.md)
|
|
|
|
## Bladeburner.getActionSuccesses() method
|
|
|
|
Get action successes.
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
getActionSuccesses(type: string, name: string): number;
|
|
```
|
|
|
|
## Parameters
|
|
|
|
| Parameter | Type | Description |
|
|
| --- | --- | --- |
|
|
| type | string | Type of action. |
|
|
| name | string | Name of action. Must be an exact match. |
|
|
|
|
**Returns:**
|
|
|
|
number
|
|
|
|
a number with how many successes you have with action.
|
|
|
|
## Remarks
|
|
|
|
RAM cost: 4 GB
|
|
|
|
Return a number with how many successes you have with action.
|
|
|