DOCUMENTATION: Make nuke and port opening functions return boolean (#1923)

This commit is contained in:
catloversg
2025-01-24 23:48:50 +07:00
committed by GitHub
parent 9920b6ae4d
commit 1a54be184e
7 changed files with 36 additions and 18 deletions

View File

@@ -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