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

PositionSystem class that handles the position of the entities. More...

#include <PositionSystem.hpp>

Public Member Functions

 PositionSystem ()
 Construct a new Position System object.
 
void operator() (Registry &registry, Sparse_array< component::cnetwork_queue_t > &network, Sparse_array< component::cposition_t > &position, Sparse_array< component::cserverid_t > &serverIds)
 Function that will be automaticaly called while the client is working (on loop) More...
 

Detailed Description

PositionSystem class that handles the position of the entities.

Member Function Documentation

◆ operator()()

void System::PositionSystem::operator() ( Registry registry,
Sparse_array< component::cnetwork_queue_t > &  network,
Sparse_array< component::cposition_t > &  position,
Sparse_array< component::cserverid_t > &  serverIds 
)

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

Parameters
registryThe registry of the server
networkThe sparse array of network entities
positionThe sparse array of position entities
serverIdsThe sparse array of server id entities

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