Click or drag to resize

IPGetResolveItemAddress Method

Returns a queued hostname's IP address, given its queue id. Returns an empty string on error or if resolution hasn't happened yet (see GetResolveItemStatus(Int32)).

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static string GetResolveItemAddress(
	int id
)

Parameters

id
Type: SystemInt32

[Missing <param name="id"/> documentation for "M:Godot.IP.GetResolveItemAddress(System.Int32)"]

Return Value

Type: String

[Missing <returns> documentation for "M:Godot.IP.GetResolveItemAddress(System.Int32)"]

See Also