_internal.interfaces.program.IProgram - vladzaharia/bitburner GitHub Wiki
_internal/interfaces/program.IProgram
• create: Object
Acquirable through creating.
| Name | Type | Description |
|---|---|---|
skill |
number |
Hacking level required to create the program. |
time |
number |
Time it takes to create this program. |
_internal/interfaces/program.d.ts:8
• darkweb: Object
Acquirable through the darkweb.
| Name | Type | Description |
|---|---|---|
cost |
number |
Cost to purchase the program. |
_internal/interfaces/program.d.ts:17
• Optional isOpener: boolean
Whether program is a port opener.
_internal/interfaces/program.d.ts:23
• name: Programs
Name of the program.