My Project
|
NewClientResponseSystem class that handles the creation of a client. More...
#include <NewClientResponseSystem.hpp>
Public Member Functions | |
NewClientResponseSystem () | |
Construct a new New Client Response System object. | |
void | operator() (Registry ®istry, Sparse_array< component::cnetwork_queue_t > &network, Sparse_array< component::cclient_network_id > &clientNetworkId) |
Function that will be automaticaly called while the client is working (on loop) More... | |
NewClientResponseSystem class that handles the creation of a client.
void System::NewClientResponseSystem::operator() | ( | Registry & | registry, |
Sparse_array< component::cnetwork_queue_t > & | network, | ||
Sparse_array< component::cclient_network_id > & | clientNetworkId | ||
) |
Function that will be automaticaly called while the client is working (on loop)
registry | The registry of the client |
network | The sparse array of network entities |
clientNetworkId | The sparse array of client network id entities |