mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 14:59:16 +02:00
work on doc
This commit is contained in:
@@ -9,14 +9,14 @@ Returns the minimum security level of the target server.
|
||||
<b>Signature:</b>
|
||||
|
||||
```typescript
|
||||
getServerMinSecurityLevel(host: Host): number;
|
||||
getServerMinSecurityLevel(host: string): number;
|
||||
```
|
||||
|
||||
## Parameters
|
||||
|
||||
| Parameter | Type | Description |
|
||||
| --- | --- | --- |
|
||||
| host | [Host](./bitburner.host.md) | Host or IP of target server. |
|
||||
| host | string | Host or IP of target server. |
|
||||
|
||||
<b>Returns:</b>
|
||||
|
||||
@@ -26,5 +26,5 @@ Minimum security level of the target server.
|
||||
|
||||
## Remarks
|
||||
|
||||
0.1 GB
|
||||
RAM cost: 0.1 GB
|
||||
|
||||
|
||||
Reference in New Issue
Block a user