|
My Project
|
KillEntityTypeSystem class that handles the killing of entities type. More...
#include <KillEntityTypeSystem.hpp>
Public Member Functions | |
| KillEntityTypeSystem () | |
| Construct a new Kill entity type System object. | |
| void | operator() (Registry ®istry, Sparse_array< component::cnetwork_queue_t > &network, Sparse_array< component::ctype_t > &type) |
| Function that will be automaticaly called while the client is working (on loop) More... | |
KillEntityTypeSystem class that handles the killing of entities type.
| void System::KillEntityTypeSystem::operator() | ( | Registry & | registry, |
| Sparse_array< component::cnetwork_queue_t > & | network, | ||
| Sparse_array< component::ctype_t > & | type | ||
| ) |
Function that will be automaticaly called while the client is working (on loop)
| registry | The registry of the client |
| network | The sparse array of network entities |
| type | The sparse array of type entities |
| sounds | The sparse array of sound entities |
1.8.17