void addToNetworkQueue(float x, float y, Sparse_array< component::cnetwork_queue_t > &network, uint16_t idOfShip)
A method to add a task for the server through the network queue.
Definition: ControlSystem.cpp:50
void operator()(Registry ®istry, Sparse_array< component::ckeyboard_t > &keyboards, Sparse_array< component::cnetwork_queue_t > &network, Sparse_array< component::csceneid_t > &scenesId, Sparse_array< component::cclient_network_id > &clientNetworkId)
Function that will be automaticaly called while the client is working (on loop)
Definition: ControlSystem.cpp:26