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: | + | {{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
Dansk –
Deutsch –
English –
Español –
Français –
Indonesia –
Italiano –
Lietuviškai –
Magyar –
Nederlands –
Polski –
Português –
Română –
Slovenský –
Suomi –
Svenska –
Türkçe –
Česky –
Ελληνικά –
Български –
Русский –
Српски –
Українська –
עברית –
ไทย –
日本語 –
正體中文 –
简体中文 –
Tiếng Việt –
한국어
More info