mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-24 10:12:53 +02:00
40 lines
1.3 KiB
Markdown
40 lines
1.3 KiB
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [Bladeburner](./bitburner.bladeburner.md) > [getActionCountRemaining](./bitburner.bladeburner.getactioncountremaining.md)
|
|
|
|
## Bladeburner.getActionCountRemaining() method
|
|
|
|
Get action count remaining.
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
getActionCountRemaining(type: BladeburnerActionType, name: BladeburnerActionName): number;
|
|
```
|
|
|
|
## Parameters
|
|
|
|
| Parameter | Type | Description |
|
|
| --- | --- | --- |
|
|
| type | [BladeburnerActionType](./bitburner.bladeburneractiontype.md) | Type of action. |
|
|
| name | [BladeburnerActionName](./bitburner.bladeburneractionname.md) | Name of action. Must be an exact match. |
|
|
|
|
**Returns:**
|
|
|
|
number
|
|
|
|
Remaining count of the specified action.
|
|
|
|
## Remarks
|
|
|
|
RAM cost: 4 GB
|
|
|
|
Returns the remaining count of the specified action.
|
|
|
|
Note:
|
|
|
|
- This function is meant to be used for Contracts and Operations. It returns Infinity for General actions (Training, Field Analysis, etc.). It returns 1 for BlackOps not yet completed, regardless of whether the player has the required rank to attempt the mission.
|
|
|
|
- With Contracts and Operations, the returned value is a floating-point number. The UI shows the rounded-down value.
|
|
|