This commit is contained in:
Olivier Gagnon
2021-11-03 00:27:21 -04:00
parent 37845c57c0
commit 2b79871c02
299 changed files with 3861 additions and 7125 deletions

View File

@@ -17,7 +17,7 @@ getScriptRam(script: string, host?: string): number;
| Parameter | Type | Description |
| --- | --- | --- |
| script | string | Filename of script. This is case-sensitive. |
| host | string | Host or IP of target server the script is located on. This is optional, If it is not specified then the function will se the current server as the target server. |
| host | string | Host of target server the script is located on. This is optional, If it is not specified then the function will se the current server as the target server. |
<b>Returns:</b>