AddNewConnection(RakPeerInterface *peer, SystemAddress systemAddress, ConnectionGraphGroupID groupId) | ConnectionGraph | |
GetGraph(void) | ConnectionGraph | |
OnAttach(RakPeerInterface *peer) | PluginInterface | [virtual] |
OnCloseConnection(RakPeerInterface *peer, SystemAddress systemAddress) | ConnectionGraph | [virtual] |
OnDetach(RakPeerInterface *peer) | PluginInterface | [virtual] |
OnDirectSocketReceive(const char *data, const unsigned bitsUsed, SystemAddress remoteSystemAddress) | PluginInterface | [virtual] |
OnDirectSocketSend(const char *data, const unsigned bitsUsed, SystemAddress remoteSystemAddress) | PluginInterface | [virtual] |
OnInternalPacket(InternalPacket *internalPacket, unsigned frameNumber, SystemAddress remoteSystemAddress, RakNetTime time, bool isSend) | PluginInterface | [virtual] |
OnReceive(RakPeerInterface *peer, Packet *packet) | ConnectionGraph | [virtual] |
OnShutdown(RakPeerInterface *peer) | ConnectionGraph | [virtual] |
OnStartup(RakPeerInterface *peer) | PluginInterface | [virtual] |
RequestConnectionGraph(RakPeerInterface *peer, SystemAddress systemAddress) | ConnectionGraph | |
SetAutoAddNewConnections(bool autoAdd) | ConnectionGraph | |
SetGroupId(ConnectionGraphGroupID groupId) | ConnectionGraph | |
SetPassword(const char *password) | ConnectionGraph | |
SubscribeToGroup(ConnectionGraphGroupID groupId) | ConnectionGraph | |
UnsubscribeFromGroup(ConnectionGraphGroupID groupId) | ConnectionGraph | |
Update(RakPeerInterface *peer) | ConnectionGraph | [virtual] |