Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration Events

A strongly typed representation of the events which the runtime can raise.

Index

Enumeration members

ClientArrived

ClientArrived: = "client_arrived"

The event raised when the client has drained its move queue.

ClientConnect

ClientConnect: = "client_connect"

The event raised when a client has connected to a server.

ClientDisconnect

ClientDisconnect: = "client_disconnect"

The event raised when a client has disconnected from a server.

ClientReady

ClientReady: = "client_ready"

The event raised when a client is ready to send/receive packets.

Generated using TypeDoc