mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-09 17:23:53 +01:00
26 lines
596 B
Markdown
26 lines
596 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [Bladeburner](./bitburner.bladeburner.md) > [getActionCurrentTime](./bitburner.bladeburner.getactioncurrenttime.md)
|
|
|
|
## Bladeburner.getActionCurrentTime() method
|
|
|
|
Get the time elapsed on current action.
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
getActionCurrentTime(): number;
|
|
```
|
|
**Returns:**
|
|
|
|
number
|
|
|
|
Number of milliseconds already spent on the current action.
|
|
|
|
## Remarks
|
|
|
|
RAM cost: 4 GB
|
|
|
|
Returns the number of milliseconds already spent on the current action.
|
|
|