Click or drag to resize

UDPServerIsConnectionAvailable Method

Returns true if a packet with a new address/port combination was received on the socket.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public bool IsConnectionAvailable()

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Godot.UDPServer.IsConnectionAvailable"]

See Also