mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-18 20:25:45 +01:00
update patch notes and getTaskStats documentation
This commit is contained in:
parent
619db14622
commit
381ea915f7
@ -1,10 +1,12 @@
|
||||
getTaskStats() Netscript Function
|
||||
======================================
|
||||
|
||||
.. js:function:: getTaskStats()
|
||||
.. js:function:: getTaskStats(taskName)
|
||||
|
||||
:RAM cost: 1 GB
|
||||
|
||||
:param string name: Name of the task.
|
||||
|
||||
Get the stats of a gang member stats. This is typically used to evaluate
|
||||
which action should be executed next.
|
||||
|
||||
|
@ -233,6 +233,7 @@ export let CONSTANTS: IMap<any> = {
|
||||
|
||||
Netscript
|
||||
* 'gang.getEquipmentStats' returns the stats of the equipment.
|
||||
* 'gang.getTaskStats' returns the stats of a task.
|
||||
|
||||
Misc.
|
||||
* Minor formatting under Hacking>Active Scripts
|
||||
|
Loading…
Reference in New Issue
Block a user