- ENET_NET_TO_HOST_16
alias ENET_NET_TO_HOST_16 = ENET_HOST_TO_NET_16
Undocumented in source.
- ENET_NET_TO_HOST_32
alias ENET_NET_TO_HOST_32 = ENET_HOST_TO_NET_32
Undocumented in source.
- ENetChecksumCallback
alias ENetChecksumCallback = enet_uint32 function(const ENetBuffer* buffers, size_t bufferCount)
Callback that computes the checksum of the data held in buffers[0:bufferCount-1]
- ENetEventType
alias ENetEventType = int
An ENet event type, as specified in @ref ENetEvent.
- ENetInterceptCallback
alias ENetInterceptCallback = int function(ENetHost* host, ENetEvent* event)
Callback for intercepting received raw UDP packets. Should return 1 to intercept, 0 to ignore, or -1 to propagate an error.
- ENetListIterator
alias ENetListIterator = ENetListNode*
Undocumented in source.
- ENetPacketFlag
alias ENetPacketFlag = int
Packet flag bit constants.
- ENetPacketFreeCallback
alias ENetPacketFreeCallback = void function(ENetPacket*)
Undocumented in source.
- ENetPeerState
alias ENetPeerState = int
Undocumented in source.
- ENetProtocolCommand
alias ENetProtocolCommand = int
Undocumented in source.
- ENetProtocolFlag
alias ENetProtocolFlag = int
Undocumented in source.
- ENetSocket
alias ENetSocket = SOCKET
Undocumented in source.
- ENetSocket
alias ENetSocket = int
Undocumented in source.
- ENetSocketOption
alias ENetSocketOption = int
Undocumented in source.
- ENetSocketSet
alias ENetSocketSet = fd_set
Undocumented in source.
- ENetSocketSet
alias ENetSocketSet = fd_set
Undocumented in source.
- ENetSocketShutdown
alias ENetSocketShutdown = int
Undocumented in source.
- ENetSocketType
alias ENetSocketType = int
Undocumented in source.
- ENetSocketWait
alias ENetSocketWait = int
Undocumented in source.
- ENetVersion
alias ENetVersion = enet_uint32
Undocumented in source.
- SOCKET
alias SOCKET = ulong
Undocumented in source.
- SOCKET
alias SOCKET = uint
Undocumented in source.
- enet_uint16
alias enet_uint16 = ushort
Undocumented in source.
- enet_uint32
alias enet_uint32 = uint
Undocumented in source.
- enet_uint8
alias enet_uint8 = ubyte
Undocumented in source.
- ENET_HOST_TO_NET_16
ushort ENET_HOST_TO_NET_16(ushort x)
Undocumented in source. Be warned that the author may not have intended to support it.
- ENET_HOST_TO_NET_16
ushort ENET_HOST_TO_NET_16(ushort x)
Undocumented in source. Be warned that the author may not have intended to support it.
- ENET_HOST_TO_NET_32
uint ENET_HOST_TO_NET_32(uint x)
Undocumented in source. Be warned that the author may not have intended to support it.
- ENET_HOST_TO_NET_32
uint ENET_HOST_TO_NET_32(uint x)
Undocumented in source. Be warned that the author may not have intended to support it.
- ENET_SOCKETSET_ADD
void ENET_SOCKETSET_ADD(ENetSocketSet sockset, ENetSocket socket)
Undocumented in source. Be warned that the author may not have intended to support it.
- ENET_SOCKETSET_ADD
void ENET_SOCKETSET_ADD(ENetSocketSet sockset, ENetSocket socket)
Undocumented in source. Be warned that the author may not have intended to support it.
- ENET_SOCKETSET_CHECK
int ENET_SOCKETSET_CHECK(ENetSocketSet sockset, ENetSocket socket)
Undocumented in source. Be warned that the author may not have intended to support it.
- ENET_SOCKETSET_CHECK
bool ENET_SOCKETSET_CHECK(ENetSocketSet sockset, ENetSocket socket)
Undocumented in source. Be warned that the author may not have intended to support it.
- ENET_SOCKETSET_EMPTY
void ENET_SOCKETSET_EMPTY(ENetSocketSet sockset)
Undocumented in source. Be warned that the author may not have intended to support it.
- ENET_SOCKETSET_EMPTY
void ENET_SOCKETSET_EMPTY(ENetSocketSet sockset)
Undocumented in source. Be warned that the author may not have intended to support it.
- ENET_SOCKETSET_REMOVE
void ENET_SOCKETSET_REMOVE(ENetSocketSet sockset, ENetSocket socket)
Undocumented in source. Be warned that the author may not have intended to support it.
- ENET_SOCKETSET_REMOVE
void ENET_SOCKETSET_REMOVE(ENetSocketSet sockset, ENetSocket socket)
Undocumented in source. Be warned that the author may not have intended to support it.
- ENET_VERSION_CREATE
int ENET_VERSION_CREATE(int major, int minor, int patch)
Undocumented in source. Be warned that the author may not have intended to support it.
- ENET_VERSION_GET_MAJOR
int ENET_VERSION_GET_MAJOR(int version_)
Undocumented in source. Be warned that the author may not have intended to support it.
- ENET_VERSION_GET_MINOR
int ENET_VERSION_GET_MINOR(int version_)
Undocumented in source. Be warned that the author may not have intended to support it.
- ENET_VERSION_GET_PATCH
int ENET_VERSION_GET_PATCH(int version_)
Undocumented in source. Be warned that the author may not have intended to support it.
- enet_list_back
void* enet_list_back(ENetList* list)
Undocumented in source. Be warned that the author may not have intended to support it.
- enet_list_begin
ENetListIterator enet_list_begin(ENetList* list)
Undocumented in source. Be warned that the author may not have intended to support it.
- enet_list_empty
bool enet_list_empty(ENetList* list)
Undocumented in source. Be warned that the author may not have intended to support it.
- enet_list_end
ENetListIterator enet_list_end(ENetList* list)
Undocumented in source. Be warned that the author may not have intended to support it.
- enet_list_front
void* enet_list_front(ENetList* list)
Undocumented in source. Be warned that the author may not have intended to support it.
- enet_list_next
ENetListIterator enet_list_next(ENetListIterator iterator)
Undocumented in source. Be warned that the author may not have intended to support it.
- enet_list_previous
ENetListIterator enet_list_previous(ENetListIterator iterator)
Undocumented in source. Be warned that the author may not have intended to support it.