Difference between revisions of "enet.host:get socket 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 the ...")
 
m (Edited i18n link; ganbatte minasan, get to moving the page over :3)
Line 14: Line 14:
 
* [[enet.host]]
 
* [[enet.host]]
 
== Other Languages ==
 
== Other Languages ==
{{i18n|enet.host:socket_get_address}}
+
{{i18n|enet.host:get_socket_address}}

Revision as of 02:21, 30 October 2016

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:get_socket_address()

Arguments

None

Returns

string address
A string that describes the socket address.

See Also

Other Languages