mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 14:59:16 +02:00
1.5 KiB
1.5 KiB
Home > bitburner > Bladeburner > getActionCountRemaining
Bladeburner.getActionCountRemaining() method
Get action count remaining.
Signature:
getActionCountRemaining(
type: BladeburnerActionType | `${BladeburnerActionType}`,
name: BladeburnerActionName | `${BladeburnerActionName}`,
): number;
Parameters
| Parameter | Type | Description |
|---|---|---|
| type | BladeburnerActionType | `${BladeburnerActionType}` | Type of action. |
| name | BladeburnerActionName | `${BladeburnerActionName}` | 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.