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