|
My Project
|
GetLobbiesSystem class that handles the request to send to Server to get lobbies. More...
#include <GetLobbiesSystem.hpp>
Public Member Functions | |
| GetLobbiesSystem () | |
| Construct the Lobbies System object. | |
| void | operator() (Registry ®istry, Sparse_array< component::cnetwork_queue_t > &networkQueue, Sparse_array< component::cref_t > &refs, Sparse_array< component::ctext_t > &texts) |
| Function that will be automaticaly called while the client is working (on loop) More... | |
GetLobbiesSystem class that handles the request to send to Server to get lobbies.
| void System::GetLobbiesSystem::operator() | ( | Registry & | registry, |
| Sparse_array< component::cnetwork_queue_t > & | networkQueue, | ||
| Sparse_array< component::cref_t > & | refs, | ||
| Sparse_array< component::ctext_t > & | texts | ||
| ) |
Function that will be automaticaly called while the client is working (on loop)
| registry | The registry of the client |
| networkQueue | The sparse array of network entities |
| refs | The sparse array of ref entities |
| texts | The sparse array of text entities |
1.8.17