mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 23:08:36 +02:00
DOCUMENTATION: Make nuke and port opening functions return boolean (#1923)
This commit is contained in:
@@ -9,7 +9,7 @@ Runs relaySMTP.exe on a server.
|
||||
**Signature:**
|
||||
|
||||
```typescript
|
||||
relaysmtp(host: string): void;
|
||||
relaysmtp(host: string): boolean;
|
||||
```
|
||||
|
||||
## Parameters
|
||||
@@ -20,7 +20,9 @@ relaysmtp(host: string): void;
|
||||
|
||||
**Returns:**
|
||||
|
||||
void
|
||||
boolean
|
||||
|
||||
True if the player runs the program successfully, and false otherwise.
|
||||
|
||||
## Remarks
|
||||
|
||||
|
||||
Reference in New Issue
Block a user