update doc/*/scripting/builtins/libnetwork.md

This commit is contained in:
MihailRis 2025-11-15 16:25:36 +03:00
parent 1f1cb22e4d
commit 37494b4fe6
2 changed files with 14 additions and 0 deletions

View File

@ -132,3 +132,10 @@ network.get_total_upload() --> int
-- in bytes.
network.get_total_download() --> int
```
## Other
```lua
-- Looks for a free port to use.
network.find_free_port() --> int
```

View File

@ -197,3 +197,10 @@ network.get_total_upload() --> int
-- в байтах.
network.get_total_download() --> int
```
## Другое
```lua
-- Ищет свободный для использования порт.
network.find_free_port() --> int
```