Add server info seed field to documentation

pull/61/head
cora 2023-06-15 20:15:17 +02:00
parent 7a59bcda75
commit 64e7dda46e
1 changed files with 2 additions and 1 deletions

View File

@ -1639,7 +1639,8 @@ It can be created via `Raycast(pos1, pos2, objects, liquids)` or
address = "minetest.example.org", -- The domain name/IP address of a remote server or "" for a local server.
ip = "203.0.113.156", -- The IP address of the server.
port = 30000, -- The port the client is connected to.
protocol_version = 30 -- Will not be accurate at start up as the client might not be connected to the server yet, in that case it will be 0.
protocol_version = 30, -- Will not be accurate at start up as the client might not be connected to the server yet, in that case it will be 0.
seed = 123 -- Map Seed of the current map
}
```