Difference between revisions of "enet.peer:connect id"
(Created page with "Returns the field ENetPeer::connectID that is assigned for each connection. == Function == === Synopsis === <source lang="lua"> peer:connect_id() </source> === Arguments === None...") |
m (stylistic edit.) |
||
Line 6: | Line 6: | ||
</source> | </source> | ||
=== Arguments === | === Arguments === | ||
− | None | + | None. |
=== Returns === | === Returns === | ||
{{param|number|id|Unique ID that was assigned to the connection.}} | {{param|number|id|Unique ID that was assigned to the connection.}} |
Latest revision as of 02:13, 30 October 2016
Returns the field ENetPeer::connectID that is assigned for each connection.
Function
Synopsis
peer:connect_id()
Arguments
None.
Returns
number id
- Unique ID that was assigned to the connection.
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