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