Files
bitburner-src/markdown/bitburner.bladeburner.getactioncountremaining.md

1.3 KiB

Home > bitburner > Bladeburner > getActionCountRemaining

Bladeburner.getActionCountRemaining() method

Get action count remaining.

Signature:

getActionCountRemaining(type: BladeburnerActionType, name: BladeburnerActionName): number;

Parameters

Parameter Type Description
type BladeburnerActionType Type of action.
name 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.