2023-02-11 19:18:50 +01:00
|
|
|
<!-- 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
|
2024-08-16 22:45:54 +02:00
|
|
|
getActionSuccesses(type: string, name: string): number;
|
2023-02-11 19:18:50 +01:00
|
|
|
```
|
|
|
|
|
|
|
|
## Parameters
|
|
|
|
|
|
|
|
| Parameter | Type | Description |
|
|
|
|
| --- | --- | --- |
|
2024-08-16 22:45:54 +02:00
|
|
|
| type | string | Type of action. |
|
|
|
|
| name | string | Name of action. Must be an exact match. |
|
2023-02-11 19:18:50 +01:00
|
|
|
|
|
|
|
**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.
|
|
|
|
|