mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-22 01:03:01 +02:00
UI: Added new locale-aware and configurable number formatting (#354)
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
Create a program.
|
||||
|
||||
<b>Signature:</b>
|
||||
**Signature:**
|
||||
|
||||
```typescript
|
||||
createProgram(program: string, focus?: boolean): boolean;
|
||||
@@ -17,9 +17,9 @@ createProgram(program: string, focus?: boolean): boolean;
|
||||
| Parameter | Type | Description |
|
||||
| --- | --- | --- |
|
||||
| program | string | Name of program to create. |
|
||||
| focus | boolean | Acquire player focus on this program creation. Optional. Defaults to true. |
|
||||
| focus | boolean | _(Optional)_ Acquire player focus on this program creation. Optional. Defaults to true. |
|
||||
|
||||
<b>Returns:</b>
|
||||
**Returns:**
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
Reference in New Issue
Block a user