NetEvent

Stores data about the NetEvent returned by Node.getEvent

Members

Enums

Type
enum Type

Enum defining all possible NetEvent types

Properties

conID
uinteger conID [@property getter]

Returns the connection ID associated with the NetEvent

getEventData
auto getEventData [@property getter]

Returns more data on the NetEvent, for each NetEvent Type, the returned data type(s) is different Call it like:

type
Type type [@property getter]

Returns the Type for this Event

Structs

PartMessageEvent
struct PartMessageEvent

PartMessageEvent, returned by NetEvent.getEventData!(NetEvent.Type.PartMessageEvent) Stores information about transmission of a message, which isn't completely received yet.

Variables

encrypted
bool encrypted;

is true, if the event is data-being-received, if it was sent encrypted

Meta