SLikeNet  0.1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Deprecated List
Class SLNet::HTTPConnection
, use HTTPConnection2
Member SLNet::RakPeer::ApplyNetworkSimulator (float packetloss, unsigned short minExtraPing, unsigned short extraPingVariance)
Use http://www.jenkinssoftware.com/forum/index.php?topic=1671.0 instead.
Member SLNet::RakPeerInterface::ApplyNetworkSimulator (float packetloss, unsigned short minExtraPing, unsigned short extraPingVariance)=0
Use http://www.jenkinssoftware.com/forum/index.php?topic=1671.0 instead.
Member SLNet::RM3SR_SERIALIZED_ALWAYS_IDENTICALLY
, use RM3SR_BROADCAST_IDENTICALLY_FORCE_SERIALIZATION
Member SLNet::RPC4::Call (const char *uniqueID, SLNet::BitStream *bitStream, PacketPriority priority, PacketReliability reliability, char orderingChannel, const AddressOrGUID systemIdentifier, bool broadcast)
, use Signal() Send to the specified remote instance of RakPeer.
Member SLNet::RPC4::CallLoopback (const char *uniqueID, SLNet::BitStream *bitStream)
Use RegisterSlot() and Signal() with your own RakNetGUID as the send target Send to the attached instance of RakPeer. See RakPeerInterface::SendLoopback()
Member SLNet::RPC4::RegisterFunction (const char *uniqueID, void(*functionPointer)(SLNet::BitStream *userData, Packet *packet))
Use RegisterSlot
Member SLNet::RPC4::RegisterLocalCallback (const char *uniqueID, MessageID messageId)
Use RegisterSlot and invoke on self only when the packet you want arrives When a RakNet Packet with the specified identifier is returned, execute CallLoopback() on a function previously registered with RegisterFunction() For example, you could call "OnClosedConnection" whenever you get ID_DISCONNECTION_NOTIFICATION or ID_CONNECTION_LOST
Class SLNet::TeamBalancer
Use TeamManager intead
Member SLNet::TeamId
Use TeamManager intead
Group TEAM_BALANCER_GROUP
Use TeamManager intead
File TeamBalancer.h
Use TeamManager intead