Up to date
This page is up to date for Godot 4.3
.
If you still find outdated information, please open an issue.
GameServerInfoΒΆ
Inherits: Resource < RefCounted < Object
Game server info used by the MasterServerClient.
DescriptionΒΆ
Game server info used by the MasterServerClient. Used to MasterServerClient.create_game or MasterServerClient.update_game.
PropertiesΒΆ
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
Property DescriptionsΒΆ
Description of the game server.
Name of the game server.
Id of the game server. Generated after call to MasterServerClient.create_game.
Ip address of the game server.
Max players of the game server.
Players of the game server.
Port of the game server.
Version of the game server.