mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 16:53:54 +01:00
779 B
779 B
Home > bitburner > Bladeburner > getActionTime
Bladeburner.getActionTime() method
Get the time to complete an action.
Signature:
getActionTime(type: string, name: string): number;
Parameters
Parameter | Type | Description |
---|---|---|
type | string | Type of action. |
name | string | Name of action. Must be an exact match. |
Returns:
number
Number of milliseconds it takes to complete the specified action.
Remarks
RAM cost: 4 GB
Returns the number of milliseconds it takes to complete the specified action