mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-23 01:32:55 +02:00
work on doc
This commit is contained in:
@@ -9,14 +9,14 @@ Returns the security level of the target server. A server’s security level is
|
||||
<b>Signature:</b>
|
||||
|
||||
```typescript
|
||||
getServerSecurityLevel(host: Host): number;
|
||||
getServerSecurityLevel(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 @@ Security level of the target server.
|
||||
|
||||
## Remarks
|
||||
|
||||
0.1 GB
|
||||
RAM cost: 0.1 GB
|
||||
|
||||
|
||||
Reference in New Issue
Block a user