Difference between revisions of "enet.peer:ping"

(Created page with "Send a ping request to peer, updates round_trip_time. This is called automatically at regular intervals. == Function == === Synops...")
 
m (stylistic edit.)
 
Line 6: Line 6:
 
</source>
 
</source>
 
=== Arguments ===
 
=== Arguments ===
None
+
None.
 
=== Returns ===
 
=== Returns ===
None
+
Nothing.
  
 
== See Also ==
 
== See Also ==

Latest revision as of 02:12, 30 October 2016

Send a ping request to peer, updates round_trip_time. This is called automatically at regular intervals.

Function

Synopsis

peer:ping()

Arguments

None.

Returns

Nothing.

See Also

Other Languages