Skip to main content

health Namespace

Health management system for game entities. More...

Definition

namespace helios::engine::mechanics::health { ... }

Namespaces Index

namespacecomponents

Health-related ECS components. More...

namespaceevents

Health-related events. More...

namespacesystems

Systems for health processing. More...

namespacetypes

Type definitions for the health system. More...

Classes Index

classHealthManager

Manager that processes damage commands and updates entity health. More...

Functions Index

voidregisterComponents ()

Registers all health components with the ComponentReflector. More...

Description

Health management system for game entities.

Provides infrastructure for tracking entity health, processing damage and healing, and handling entity death through events.

Functions

registerComponents()

void helios::engine::mechanics::health::registerComponents ()
inline

Registers all health components with the ComponentReflector.

Definition at line 17 of file registry.ixx.

17 inline void registerComponents() {
19
20 R::registerType<components::HealthComponent>();
21 }

Referenced by helios::engine::mechanics::registerComponents.


The documentation for this namespace was generated from the following file:


Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.15.0.