My Project
|
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 ®istry, 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... | |
PositionSystem class that handles the position of the entities.
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)
registry | The registry of the server |
network | The sparse array of network entities |
position | The sparse array of position entities |
serverIds | The sparse array of server id entities |