Click or drag to resize

PacketPeerUDPGetPacketIp Method

Returns the IP 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 string GetPacketIp()

Return Value

Type: String

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

See Also