Click or drag to resize

PacketPeerUDPGetPacketPort Method

Returns the port of the remote peer that sent the last packet(that was received with GetPacket or GetVar(Boolean)).

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

Return Value

Type: Int32

[Missing <returns> documentation for "M:Godot.PacketPeerUDP.GetPacketPort"]

See Also