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 (Arguments: stylistic edit.)
 
(One intermediate revision by the same user not shown)
Line 6: Line 6:
 
</source>
 
</source>
 
=== Arguments ===
 
=== Arguments ===
None
+
None.
 +
 
 
=== Returns ===
 
=== Returns ===
 
{{param|string|address|A string that describes the socket address.}}
 
{{param|string|address|A string that describes the socket address.}}
Line 14: Line 15:
 
* [[enet.host]]
 
* [[enet.host]]
 
== Other Languages ==
 
== Other Languages ==
{{i18n|enet.host:socket_get_address}}
+
{{i18n|enet.host:get_socket_address}}

Latest revision as of 02:22, 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