This commit is contained in:
Olivier Gagnon
2021-11-03 00:27:21 -04:00
parent 37845c57c0
commit 2b79871c02
299 changed files with 3861 additions and 7125 deletions
+5 -5
View File
@@ -4,18 +4,16 @@
## Gang.getTaskNames() method
If you are not in BitNode-2, then you must have Source-File 2 in order to use this function.
Get the name of all valid tasks that Gang members can be assigned to.
List member task names.
<b>Signature:</b>
```typescript
getTaskNames(): GangTasks[];
getTaskNames(): string[];
```
<b>Returns:</b>
[GangTasks](./bitburner.gangtasks.md)<!-- -->\[\]
string\[\]
All valid tasks that Gang members can be assigned to.
@@ -23,3 +21,5 @@ All valid tasks that Gang members can be assigned to.
RAM cost: 1 GB
Get the name of all valid tasks that Gang members can be assigned to.