My Project
Public Member Functions | List of all members
System::GetInfoInLobbySystem Class Reference

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 &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) More...
 

Detailed Description

GetInfoInLobbySystem class that handles the dynamic info of the entities.

Constructor & Destructor Documentation

◆ GetInfoInLobbySystem()

System::GetInfoInLobbySystem::GetInfoInLobbySystem ( )

Construct the Info In Lobby System object.

◆ ~GetInfoInLobbySystem()

System::GetInfoInLobbySystem::~GetInfoInLobbySystem ( )
default

Destroy the Get Info In Lobby System object.

Member Function Documentation

◆ operator()()

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)

Parameters
registryThe registry of the client
networkQueueThe sparse array of network entities
refsThe sparse array of ref entities
textsThe sparse array of text entities

The documentation for this class was generated from the following files: