res://addons/w4gd/matchmaker/matchmaker.gd:ServerTicket

Inherits: RefCounted

Represents access granted to a dedicated server.

Properties

String

ip

int

port

String

secret


Property Descriptions

String ip

The IP of the server to connect to.


int port

The port of the server to connect to.


String secret

A secret used to verify that this player has permission to connect to this server.