update patch notes and getTaskStats documentation

This commit is contained in:
Olivier Gagnon 2021-03-07 22:13:04 -05:00
parent 619db14622
commit 381ea915f7
2 changed files with 4 additions and 1 deletions

@ -1,10 +1,12 @@
getTaskStats() Netscript Function getTaskStats() Netscript Function
====================================== ======================================
.. js:function:: getTaskStats() .. js:function:: getTaskStats(taskName)
:RAM cost: 1 GB :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 Get the stats of a gang member stats. This is typically used to evaluate
which action should be executed next. which action should be executed next.

@ -233,6 +233,7 @@ export let CONSTANTS: IMap<any> = {
Netscript Netscript
* 'gang.getEquipmentStats' returns the stats of the equipment. * 'gang.getEquipmentStats' returns the stats of the equipment.
* 'gang.getTaskStats' returns the stats of a task.
Misc. Misc.
* Minor formatting under Hacking>Active Scripts * Minor formatting under Hacking>Active Scripts