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

System to handle when a new level is reached. More...

#include <NewLevelSystem.hpp>

Public Member Functions

void operator() ([[maybe_unused]] Registry &registry, 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

System to handle when a new level is reached.

Member Function Documentation

◆ operator()()

void System::NewLevelSystem::operator() ( [[ maybe_unused ] ] Registry registry,
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
netQueueThe sparse array of network entities
sererIdThe sparse array of the serverIds
textsThe sparse array of the texts
refsThe sparse array of the refs

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