mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-20 05:05:47 +01:00
typo in sleeve getTask doc
This commit is contained in:
parent
b132efbded
commit
261abdea78
@ -10,9 +10,9 @@ getTask() Netscript Function
|
|||||||
.. code-block:: javascript
|
.. code-block:: javascript
|
||||||
|
|
||||||
{
|
{
|
||||||
task: number, // task type
|
task: string, // task type
|
||||||
crime: number, // crime currently attempting, if any
|
crime: string, // crime currently attempting, if any
|
||||||
location: number, // location of the task, if any
|
location: string, // location of the task, if any
|
||||||
gymStatType: number, // stat being trained at the gym, if any
|
gymStatType: string, // stat being trained at the gym, if any
|
||||||
factionWorkType: number, // faction work type being performed, if any
|
factionWorkType: string, // faction work type being performed, if any
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user