[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.