enet.host:service

enet.host:service

Wait for events, send and receive any ready packets. If an event is in the queue it will be returned and dequeued. Generally you will want to dequeue all waiting events every frame.

Function

Synopsis

event = host:service( timeout )

Arguments

number timeout
The max number of milliseconds to be waited for an event. Default is 0.

Returns

table event
An event or nil if no events occured.

See Also

doc_love
2017-03-21 15:43:24
Comments
Leave a Comment

Please login to continue.