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

m (Edited i18n link; ganbatte minasan, get to moving the page over :3)
m (Arguments: stylistic edit.)
 
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.}}

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