mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-05 07:07:50 +02:00
Remove markdown from git tracking (#139)
* Will attempt to add as build artifacts using workflow.
This commit is contained in:
@@ -1,33 +0,0 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [bitburner](./bitburner.md) > [Gang](./bitburner.gang.md) > [setMemberTask](./bitburner.gang.setmembertask.md)
|
||||
|
||||
## Gang.setMemberTask() method
|
||||
|
||||
Set gang member to task.
|
||||
|
||||
<b>Signature:</b>
|
||||
|
||||
```typescript
|
||||
setMemberTask(memberName: string, taskName: string): boolean;
|
||||
```
|
||||
|
||||
## Parameters
|
||||
|
||||
| Parameter | Type | Description |
|
||||
| --- | --- | --- |
|
||||
| memberName | string | Name of Gang member to assign. |
|
||||
| taskName | string | Task to assign. |
|
||||
|
||||
<b>Returns:</b>
|
||||
|
||||
boolean
|
||||
|
||||
True if the Gang Member was successfully assigned to the task, false otherwise.
|
||||
|
||||
## Remarks
|
||||
|
||||
RAM cost: 2 GB
|
||||
|
||||
Attempts to assign the specified Gang Member to the specified task. If an invalid task is specified, the Gang member will be set to idle (“Unassigned”).
|
||||
|
||||
Reference in New Issue
Block a user