|
My Project
|
GetInfoInLobbySystem class that handles the dynamic info of the entities. More...
#include <GetInfoInLobbySystem.hpp>
Public Member Functions | |
| GetInfoInLobbySystem () | |
| Construct the Info In Lobby System object. More... | |
| ~GetInfoInLobbySystem ()=default | |
| Destroy the Get Info In Lobby System object. More... | |
| void | operator() (Registry ®istry, Sparse_array< component::cnetwork_queue_t > &netqueue, 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... | |
GetInfoInLobbySystem class that handles the dynamic info of the entities.
| System::GetInfoInLobbySystem::GetInfoInLobbySystem | ( | ) |
Construct the Info In Lobby System object.
|
default |
Destroy the Get Info In Lobby System object.
| void System::GetInfoInLobbySystem::operator() | ( | Registry & | registry, |
| Sparse_array< component::cnetwork_queue_t > & | netqueue, | ||
| 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