mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-20 16:22:56 +02:00
API: Expose ProgramName enum (#2492)
This commit is contained in:
@@ -9,7 +9,7 @@ Create a program.
|
||||
**Signature:**
|
||||
|
||||
```typescript
|
||||
createProgram(program: string, focus?: boolean): boolean;
|
||||
createProgram(programName: ProgramName, focus?: boolean): boolean;
|
||||
```
|
||||
|
||||
## Parameters
|
||||
@@ -32,12 +32,12 @@ Description
|
||||
</th></tr></thead>
|
||||
<tbody><tr><td>
|
||||
|
||||
program
|
||||
programName
|
||||
|
||||
|
||||
</td><td>
|
||||
|
||||
string
|
||||
[ProgramName](./bitburner.programname.md)
|
||||
|
||||
|
||||
</td><td>
|
||||
|
||||
Reference in New Issue
Block a user