Difference between revisions of "enet.host:service time"

(Created page with "Returns the time-stamp of the last call to host:service() or host:flush(). The time-stamp is in milliseconds of the current time of ...")
 
m (Arguments: stylistic edit.)
 
Line 6: Line 6:
 
</source>
 
</source>
 
=== Arguments ===
 
=== Arguments ===
None
+
None.
 +
 
 
=== Returns ===
 
=== Returns ===
 
{{param|number|timestamp|A time-stamp in milliseconds.}}
 
{{param|number|timestamp|A time-stamp in milliseconds.}}

Latest revision as of 02:24, 30 October 2016

Returns the time-stamp of the last call to host:service() or host:flush(). The time-stamp is in milliseconds of the current time of day.

Function

Synopsis

host:channel_limit(limit)

Arguments

None.

Returns

number timestamp
A time-stamp in milliseconds.

See Also

Other Languages