mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-26 03:00:56 +02:00
doc
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user