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

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 &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) More...
 

Detailed Description

KillEntityTypeSystem class that handles the killing of entities type.

Member Function Documentation

◆ operator()()

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)

Parameters
registryThe registry of the client
networkThe sparse array of network entities
typeThe sparse array of type entities
soundsThe sparse array of sound entities

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