mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-30 12:57:06 +02:00
60 lines
761 B
Markdown
60 lines
761 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [PlayerBaseTask](./bitburner.playerbasetask.md)
|
|
|
|
## PlayerBaseTask interface
|
|
|
|
Base interface of all player tasks.
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
interface PlayerBaseTask extends BaseTask
|
|
```
|
|
**Extends:** [BaseTask](./bitburner.basetask.md)
|
|
|
|
## Properties
|
|
|
|
<table><thead><tr><th>
|
|
|
|
Property
|
|
|
|
|
|
</th><th>
|
|
|
|
Modifiers
|
|
|
|
|
|
</th><th>
|
|
|
|
Type
|
|
|
|
|
|
</th><th>
|
|
|
|
Description
|
|
|
|
|
|
</th></tr></thead>
|
|
<tbody><tr><td>
|
|
|
|
[cyclesWorked](./bitburner.playerbasetask.cyclesworked.md)
|
|
|
|
|
|
</td><td>
|
|
|
|
|
|
</td><td>
|
|
|
|
number
|
|
|
|
|
|
</td><td>
|
|
|
|
The number of game engine cycles has passed since this task started. 1 engine cycle = 200ms.
|
|
|
|
|
|
</td></tr>
|
|
</tbody></table>
|
|
|