gfm v2.0.11 (2015-02-12T17:50:21Z)
Home
Dub
Repo
Event
gfm
enet
event
Undocumented in source.
final
class
Event {
this
(ENet enet, ENetEvent* handle);
ENetEventType
type
();
Peer
peer
();
ubyte
channelID
();
uint
data
();
Packet
packet
();
}
Constructors
this
this
(ENet enet, ENetEvent* handle)
Undocumented in source.
Members
Functions
channelID
ubyte
channelID
()
Undocumented in source. Be warned that the author may not have intended to support it.
data
uint
data
()
Undocumented in source. Be warned that the author may not have intended to support it.
packet
Packet
packet
()
Undocumented in source. Be warned that the author may not have intended to support it.
peer
Peer
peer
()
Undocumented in source. Be warned that the author may not have intended to support it.
type
ENetEventType
type
()
Trivial getters for _ENetEvent struct.
Meta
Source
See Implementation
gfm
enet
event
classes
Event