Difference between revisions of "enet.host:socket get address"

(Created page with "Returns a string that describes the socket address of the given host . The string is formatted as “a.b.c.d:port”, where “a.b.c.d” is the IP address of th...")
 
m
Line 1: Line 1:
Returns a string that describes the socket address of the given [[ enet.host | host ]]. The string is formatted as “a.b.c.d:port”, where “a.b.c.d” is the IP address of the used socket.
+
Returns a string that describes the socket address of the given [[enet.host | host]]. The string is formatted as “a.b.c.d:port”, where “a.b.c.d” is the IP address of the used socket.
 
== Function ==
 
== Function ==
 
=== Synopsis ===
 
=== Synopsis ===

Revision as of 03:58, 9 October 2014

Returns a string that describes the socket address of the given host. The string is formatted as “a.b.c.d:port”, where “a.b.c.d” is the IP address of the used socket.

Function

Synopsis

host:socket_get_address()

Arguments

None

Returns

string address
A string that describes the socket address.

See Also

Other Languages