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

Update entity info system class that handles the update of an entity. More...

#include <UpdateEntityInfosSystem.hpp>

Public Member Functions

void operator() ([[maybe_unused]] Registry &registry, Sparse_array< component::chealth_t > &health, Sparse_array< component::cscore_t > &score, Sparse_array< component::cnetwork_queue_t > &netQueue, Sparse_array< component::cserverid_t > &serverId, Sparse_array< component::ctext_t > &texts, Sparse_array< component::cref_t > &refs)
 Function that will be automaticaly called while the client is working (on loop) More...
 

Detailed Description

Update entity info system class that handles the update of an entity.

Member Function Documentation

◆ operator()()

void System::UpdateEntityInfosSystem::operator() ( [[ maybe_unused ] ] Registry registry,
Sparse_array< component::chealth_t > &  health,
Sparse_array< component::cscore_t > &  score,
Sparse_array< component::cnetwork_queue_t > &  netQueue,
Sparse_array< component::cserverid_t > &  serverId,
Sparse_array< component::ctext_t > &  texts,
Sparse_array< component::cref_t > &  refs 
)

Function that will be automaticaly called while the client is working (on loop)

Parameters
registryThe registry of the client
healthThe sparse array of health components
scoreThe sparse array of score components
netQueueThe sparse array of network entities

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