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.
Please login to continue.