Click or drag to resize

MultiplayerAPIRefuseNewNetworkConnections Property

If true, the MultiplayerAPI's NetworkPeer refuses new incoming connections.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public bool RefuseNewNetworkConnections { get; set; }

Property Value

Type: Boolean
See Also